Html Css Color HEX #66820F Olive Drab

📋 copy color: '#66820F'

red 102 ◦ green 130 ◦ blue 15

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

Shades of Olive Drab #66820F

Tints of Olive Drab #66820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.63%

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 41.3%
G = 52.63%
B = 6.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#66820F (or 0x66820F) is known color: Olive Drab. HEX triplet: 66, 82 and 0F. RGB value is (102,130,15). Sum of RGB (Red+Green+Blue) = 102+130+15=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #66820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66820F is #997DF0. Grayscale: #6C6C6C. Windows color (decimal): -10059249 or 1016422. OLE color: 1016422.

HSL color Cylindrical-coordinate representation of color #66820F: hue angle of 74.61º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66820F is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 15 -
CMYK 0.22 0 0.88 0.49
HSL 74.61º 0.79% 0.28% -
HSV(B) 74.61º 0.88% 0.51% -
XYZ 13.55 18.82 3.37 -
YUV 108.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 102 130 15 0.22 0 0.88 0.49 74.61 0.79 0.28
Hex 66 82 F 16 0 58 31 4B 4F 1C
Octal 146 202 17 26 0 130 61 113 117 34
Binary 1100110 10000010 1111 10110 0 1011000 110001 1001011 1001111 11100

Color Harmonies of #66820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66820F

Black with #66820F

Text Example


Text Example

White with #66820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66820F; }

 p { color: rgb(102,130,15); }

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

background-color css

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

 a { background-color: rgb(102,130,15); }

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

border-color css

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

 span { border-color: rgb(102,130,15); }

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