#667E00

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

Shades of Olive #667E00

Tints of Olive #667E00

Color information

#667E00 (or 0x667E00) is unknown color: approx Olive. HEX triplet: 66, 7E and 00. RGB value is (102,126,0). Sum of RGB (Red+Green+Blue) = 102+126+0=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #667E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667E00 is #9981FF. Grayscale: #686868. Windows color (decimal): -10060288 or 32358. OLE color: 32358.

HSL color Cylindrical-coordinate representation of color #667E00: hue angle of 71.43º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #667E00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1021260-
CMYK0.19010.51
HSL71.43º100%24.71%-
HSV(B)71.43º100%49.41%-
XYZ12.9417.752.74-
YUV104.4669.05126.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 126 (49.61% from 255) = 55.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.74%
G=55.26%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10212600.19010.5171.4310024.71
Hex667E01306433476419
Octal14617602301446310714431
Binary11001101111110010011011001001100111000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667E00; }

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

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

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

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

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

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

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

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