#666F00

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

Shades of Olive #666F00

Tints of Olive #666F00

Color information

#666F00 (or 0x666F00) is unknown color: approx Olive. HEX triplet: 66, 6F and 00. RGB value is (102,111,0). Sum of RGB (Red+Green+Blue) = 102+111+0=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #666F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666F00 is #9990FF. Grayscale: #606060. Windows color (decimal): -10064128 or 28518. OLE color: 28518.

HSL color Cylindrical-coordinate representation of color #666F00: hue angle of 64.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666F00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB1021110-
CMYK0.08010.56
HSL64.86º100%21.76%-
HSV(B)64.86º100%43.53%-
XYZ11.1614.192.15-
YUV95.6674.02132.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 111 (43.75% from 255) = 52.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.89%
G=52.11%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211100.08010.5664.8610021.76
Hex666F0806438416416
Octal14615701001447010114426
Binary1100110110111101000011001001110001000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666F00; }

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

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

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

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

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

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

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

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