#666500

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

Shades of Olive #666500

Tints of Olive #666500

Color information

#666500 (or 0x666500) is unknown color: approx Olive. HEX triplet: 66, 65 and 00. RGB value is (102,101,0). Sum of RGB (Red+Green+Blue) = 102+101+0=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #666500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666500 is #999AFF. Grayscale: #5A5A5A. Windows color (decimal): -10066688 or 25958. OLE color: 25958.

HSL color Cylindrical-coordinate representation of color #666500: hue angle of 59.41º 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 #666500 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB1021010-
CMYK00.0110.6
HSL59.41º100%20%-
HSV(B)59.41º100%40%-
XYZ10.1312.131.81-
YUV89.7877.33136.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 101 (39.84% from 255) = 49.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.25%
G=49.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102101000.0110.659.4110020
Hex6665001643C3b6414
Octal146145001144747314424
Binary110011011001010011100100111100111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666500; }

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

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

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

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

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

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

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

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