Html Css Color HEX #666600 Olive

📋 copy color: '#666600'

red 102 ◦ green 102 ◦ blue 0

#666600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #666600

Tints of Olive #666600

RGB

 RED value IS 102 (40.23% from 255) = 50%

 GREEN value IS 102 (40.23% from 255) = 50%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#666600 (or 0x666600) is known color: Olive. HEX triplet: 66, 66 and 00. RGB value is (102,102,0). Sum of RGB (Red+Green+Blue) = 102+102+0=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666600 is a web safe color. Inversed color of #666600 is #9999FF. Grayscale: #5A5A5A. Windows color (decimal): -10066432 or 26214. OLE color: 26214.

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

Color convert

RGB 102 102 0 -
CMYK 0 0 1 0.6
HSL 60º 1% 0.2% -
HSV(B) 60º 1% 0.4% -
XYZ 10.23 12.33 1.84 -
YUV 90.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 102 102 0 0 0 1 0.6 60 1 0.2
Hex 66 66 0 0 0 64 3C 3C 64 14
Octal 146 146 0 0 0 144 74 74 144 24
Binary 1100110 1100110 0 0 0 1100100 111100 111100 1100100 10100

Color Harmonies of #666600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666600

Black with #666600

Text Example


Text Example

White with #666600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666600; }

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

 H1.HeaderClassName
 {
   color: #666600;
 }
 .AnyTagClassName
 {
   color: #666600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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