#678302

Color #678302 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #678302

Tints of Olive #678302

Color information

#678302 (or 0x678302) is unknown color: approx Olive. HEX triplet: 67, 83 and 02. RGB value is (103,131,2). Sum of RGB (Red+Green+Blue) = 103+131+2=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #678302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678302 is #987CFD. Grayscale: #6C6C6C. Windows color (decimal): -9993470 or 164711. OLE color: 164711.

HSL color Cylindrical-coordinate representation of color #678302: hue angle of 73.02º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #678302 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1031312-
CMYK0.2100.980.49
HSL73.02º96.99%26.08%-
HSV(B)73.02º98.47%51.37%-
XYZ13.7219.123.02-
YUV107.9268.22124.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 43.64%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=43.64%
G=55.51%
B=0.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10313120.2100.980.4973.0296.9926.08
Hex67832150623149611a
Octal14720322501426111114132
Binary1100111100000111010101011000101100011001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678302; }

 p { color: rgb(103,131,2); }

 H1.HeaderClassName
 {
   color: #678302;
 }
 .AnyTagClassName
 {
   color: #678302;
 }
</style>
background-color css

<style>
 a { background-color: #678302; }

 a { background-color: rgb(103,131,2); }

 div.DivClassName
 {
   background-color: #678302;
 }
 .BgClassName
 {
   background-color: #678302;
 }
</style>
border-color css

<style>
 span { border-color: #678302; }

 span { border-color: rgb(103,131,2); }

 td.TdClassName
 {
   border-color: #678302;
 }
 .TagClassName
 {
   border-color: #678302;
 }
</style>