Html Css Color HEX #666800 Olive

📋 copy color: '#666800'

red 102 ◦ green 104 ◦ blue 0

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

Shades of Olive #666800

Tints of Olive #666800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.49%

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

R = 49.51%
G = 50.49%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#666800 (or 0x666800) is known color: Olive. HEX triplet: 66, 68 and 00. RGB value is (102,104,0). Sum of RGB (Red+Green+Blue) = 102+104+0=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #666800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666800 is #9997FF. Grayscale: #5B5B5B. Windows color (decimal): -10065920 or 26726. OLE color: 26726.

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

Color convert

RGB 102 104 0 -
CMYK 0.02 0 1 0.59
HSL 61.15º 1% 0.2% -
HSV(B) 61.15º 1% 0.41% -
XYZ 10.43 12.73 1.91 -
YUV 91.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 102 104 0 0.02 0 1 0.59 61.15 1 0.2
Hex 66 68 0 2 0 64 3B 3D 64 14
Octal 146 150 0 2 0 144 73 75 144 24
Binary 1100110 1101000 0 10 0 1100100 111011 111101 1100100 10100

Color Harmonies of #666800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666800

Black with #666800

Text Example


Text Example

White with #666800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666800; }

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

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

background-color css

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

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

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

border-color css

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

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

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