Html Css Color HEX #66840E Olive Drab

📋 copy color: '#66840E'

red 102 ◦ green 132 ◦ blue 14

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

Shades of Olive Drab #66840E

Tints of Olive Drab #66840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.23%

 BLUE value IS 14 (5.86% from 255) = 5.65%

R = 41.13%
G = 53.23%
B = 5.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#66840E (or 0x66840E) is known color: Olive Drab. HEX triplet: 66, 84 and 0E. RGB value is (102,132,14). Sum of RGB (Red+Green+Blue) = 102+132+14=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #66840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66840E is #997BF1. Grayscale: #6E6E6E. Windows color (decimal): -10058738 or 951398. OLE color: 951398.

HSL color Cylindrical-coordinate representation of color #66840E: hue angle of 75.25º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66840E is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 14 -
CMYK 0.23 0 0.89 0.48
HSL 75.25º 0.81% 0.29% -
HSV(B) 75.25º 0.89% 0.52% -
XYZ 13.81 19.36 3.42 -
YUV 109.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 102 132 14 0.23 0 0.89 0.48 75.25 0.81 0.29
Hex 66 84 E 17 0 59 30 4B 51 1D
Octal 146 204 16 27 0 131 60 113 121 35
Binary 1100110 10000100 1110 10111 0 1011001 110000 1001011 1010001 11101

Color Harmonies of #66840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66840E

Black with #66840E

Text Example


Text Example

White with #66840E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,132,14); }

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

background-color css

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

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

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

border-color css

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

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

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