#667700

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

Shades of Olive #667700

Tints of Olive #667700

Color information

#667700 (or 0x667700) is unknown color: approx Olive. HEX triplet: 66, 77 and 00. RGB value is (102,119,0). Sum of RGB (Red+Green+Blue) = 102+119+0=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #667700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667700 is #9988FF. Grayscale: #646464. Windows color (decimal): -10062080 or 30566. OLE color: 30566.

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

Color convert

RGB1021190-
CMYK0.14010.53
HSL68.57º100%23.33%-
HSV(B)68.57º100%46.67%-
XYZ12.0816.022.46-
YUV100.3571.37129.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.15%
G=53.85%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10211900.14010.5368.5710023.33
Hex66770E06435456417
Octal14616701601446510514427
Binary1100110111011101110011001001101011000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667700; }

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

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

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

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

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

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

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

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