#666400

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

Shades of Olive #666400

Tints of Olive #666400

Color information

#666400 (or 0x666400) is unknown color: approx Olive. HEX triplet: 66, 64 and 00. RGB value is (102,100,0). Sum of RGB (Red+Green+Blue) = 102+100+0=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #666400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666400 is #999BFF. Grayscale: #595959. Windows color (decimal): -10066944 or 25702. OLE color: 25702.

HSL color Cylindrical-coordinate representation of color #666400: hue angle of 58.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666400 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB1021000-
CMYK00.0210.6
HSL58.82º100%20%-
HSV(B)58.82º100%40%-
XYZ10.0411.941.78-
YUV89.277.66137.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.50%
G=49.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102100000.0210.658.8210020
Hex6664002643C3b6414
Octal146144002144747314424
Binary1100110110010000101100100111100111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666400; }

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

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

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

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

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

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

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

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