#667800

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

Shades of Olive #667800

Tints of Olive #667800

Color information

#667800 (or 0x667800) is unknown color: approx Olive. HEX triplet: 66, 78 and 00. RGB value is (102,120,0). Sum of RGB (Red+Green+Blue) = 102+120+0=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #667800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667800 is #9987FF. Grayscale: #656565. Windows color (decimal): -10061824 or 30822. OLE color: 30822.

HSL color Cylindrical-coordinate representation of color #667800: hue angle of 69º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #667800 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1021200-
CMYK0.15010.53
HSL69º100%23.53%-
HSV(B)69º100%47.06%-
XYZ12.216.262.5-
YUV100.9471.04128.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.95%
G=54.05%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10212000.15010.536910023.53
Hex66780F06435456418
Octal14617001701446510514430
Binary1100110111100001111011001001101011000101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667800; }

 p { color: rgb(102,120,0); }

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

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

 a { background-color: rgb(102,120,0); }

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

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

 span { border-color: rgb(102,120,0); }

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