#667C04

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

Shades of Olive #667C04

Tints of Olive #667C04

Color information

#667C04 (or 0x667C04) is unknown color: approx Olive. HEX triplet: 66, 7C and 04. RGB value is (102,124,4). Sum of RGB (Red+Green+Blue) = 102+124+4=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #667C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667C04 is #9983FB. Grayscale: #686868. Windows color (decimal): -10060796 or 293990. OLE color: 293990.

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

Color convert

RGB1021244-
CMYK0.1800.970.51
HSL71º93.75%25.1%-
HSV(B)71º96.77%48.63%-
XYZ12.7117.252.77-
YUV103.7471.71126.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 124 (48.83% from 255) = 53.91%
BLUE value IS 4 (1.95% from 255) = 1.74%
R=44.35%
G=53.91%
B=1.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10212440.1800.970.517193.7525.1
Hex667C41206133475e19
Octal14617442201416310713631
Binary1100110111110010010010011000011100111000111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,124,4); }

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

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

 a { background-color: rgb(102,124,4); }

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

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

 span { border-color: rgb(102,124,4); }

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