#667400

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

Shades of Olive #667400

Tints of Olive #667400

Color information

#667400 (or 0x667400) is unknown color: approx Olive. HEX triplet: 66, 74 and 00. RGB value is (102,116,0). Sum of RGB (Red+Green+Blue) = 102+116+0=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #667400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667400 is #998BFF. Grayscale: #636363. Windows color (decimal): -10062848 or 29798. OLE color: 29798.

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

Color convert

RGB1021160-
CMYK0.12010.55
HSL67.24º100%22.75%-
HSV(B)67.24º100%45.49%-
XYZ11.7215.322.34-
YUV98.5972.36130.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 116 (45.70% from 255) = 53.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.79%
G=53.21%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10211600.12010.5567.2410022.75
Hex66740C06437436417
Octal14616401401446710314427
Binary1100110111010001100011001001101111000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667400; }

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

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

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

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

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

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

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

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