Html Css Color HEX #66801E Olive Drab

📋 copy color: '#66801E'

red 102 ◦ green 128 ◦ blue 30

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

Shades of Olive Drab #66801E

Tints of Olive Drab #66801E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.23%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 39.23%
G = 49.23%
B = 11.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#66801E (or 0x66801E) is known color: Olive Drab. HEX triplet: 66, 80 and 1E. RGB value is (102,128,30). Sum of RGB (Red+Green+Blue) = 102+128+30=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #66801E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66801E is #997FE1. Grayscale: #6D6D6D. Windows color (decimal): -10059746 or 1998950. OLE color: 1998950.

HSL color Cylindrical-coordinate representation of color #66801E: hue angle of 75.92º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66801E is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 30 -
CMYK 0.20 0 0.77 0.50
HSL 75.92º 0.62% 0.31% -
HSV(B) 75.92º 0.77% 0.5% -
XYZ 13.43 18.36 4.06 -
YUV 109.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 102 128 30 0.20 0 0.77 0.50 75.92 0.62 0.31
Hex 66 80 1E 14 0 4D 32 4C 3E 1F
Octal 146 200 36 24 0 115 62 114 76 37
Binary 1100110 10000000 11110 10100 0 1001101 110010 1001100 111110 11111

Color Harmonies of #66801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66801E

Black with #66801E

Text Example


Text Example

White with #66801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66801E; }

 p { color: rgb(102,128,30); }

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

background-color css

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

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

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

border-color css

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

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

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