Html Css Color HEX #666D00 Olive

📋 copy color: '#666D00'

red 102 ◦ green 109 ◦ blue 0

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

Shades of Olive #666D00

Tints of Olive #666D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.66%

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

R = 48.34%
G = 51.66%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#666D00 (or 0x666D00) is known color: Olive. HEX triplet: 66, 6D and 00. RGB value is (102,109,0). Sum of RGB (Red+Green+Blue) = 102+109+0=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #666D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666D00 is #9992FF. Grayscale: #5E5E5E. Windows color (decimal): -10064640 or 28006. OLE color: 28006.

HSL color Cylindrical-coordinate representation of color #666D00: hue angle of 63.85º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666D00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 109 0 -
CMYK 0.06 0 1 0.57
HSL 63.85º 1% 0.21% -
HSV(B) 63.85º 1% 0.43% -
XYZ 10.95 13.76 2.08 -
YUV 94.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 102 109 0 0.06 0 1 0.57 63.85 1 0.21
Hex 66 6D 0 6 0 64 39 40 64 15
Octal 146 155 0 6 0 144 71 100 144 25
Binary 1100110 1101101 0 110 0 1100100 111001 1000000 1100100 10101

Color Harmonies of #666D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D00

Black with #666D00

Text Example


Text Example

White with #666D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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