Html Css Color HEX #66840A Olive Drab

📋 copy color: '#66840A'

red 102 ◦ green 132 ◦ blue 10

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

Shades of Olive Drab #66840A

Tints of Olive Drab #66840A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.1%

R = 41.8%
G = 54.1%
B = 4.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#66840A (or 0x66840A) is known color: Olive Drab. HEX triplet: 66, 84 and 0A. RGB value is (102,132,10). Sum of RGB (Red+Green+Blue) = 102+132+10=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #66840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66840A is #997BF5. Grayscale: #6D6D6D. Windows color (decimal): -10058742 or 689254. OLE color: 689254.

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

Color convert

RGB 102 132 10 -
CMYK 0.23 0 0.92 0.48
HSL 74.75º 0.86% 0.28% -
HSV(B) 74.75º 0.92% 0.52% -
XYZ 13.79 19.35 3.3 -
YUV 109.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 102 132 10 0.23 0 0.92 0.48 74.75 0.86 0.28
Hex 66 84 A 17 0 5C 30 4B 56 1C
Octal 146 204 12 27 0 134 60 113 126 34
Binary 1100110 10000100 1010 10111 0 1011100 110000 1001011 1010110 11100

Color Harmonies of #66840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66840A

Black with #66840A

Text Example


Text Example

White with #66840A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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