Html Css Color HEX #66850C Olive Drab

📋 copy color: '#66850C'

red 102 ◦ green 133 ◦ blue 12

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

Shades of Olive Drab #66850C

Tints of Olive Drab #66850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 41.3%
G = 53.85%
B = 4.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#66850C (or 0x66850C) is known color: Olive Drab. HEX triplet: 66, 85 and 0C. RGB value is (102,133,12). Sum of RGB (Red+Green+Blue) = 102+133+12=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #66850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66850C is #997AF3. Grayscale: #6E6E6E. Windows color (decimal): -10058484 or 820582. OLE color: 820582.

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

Color convert

RGB 102 133 12 -
CMYK 0.23 0 0.91 0.48
HSL 75.37º 0.83% 0.28% -
HSV(B) 75.37º 0.91% 0.52% -
XYZ 13.93 19.63 3.4 -
YUV 109.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 102 133 12 0.23 0 0.91 0.48 75.37 0.83 0.28
Hex 66 85 C 17 0 5B 30 4B 53 1C
Octal 146 205 14 27 0 133 60 113 123 34
Binary 1100110 10000101 1100 10111 0 1011011 110000 1001011 1010011 11100

Color Harmonies of #66850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66850C

Black with #66850C

Text Example


Text Example

White with #66850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66850C; }

 p { color: rgb(102,133,12); }

 H1.HeaderClassName
 {
   color: #66850C;
 }
 .AnyTagClassName
 {
   color: #66850C;
 }
</style>

background-color css

<style>
 a { background-color: #66850C; }

 a { background-color: rgb(102,133,12); }

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

border-color css

<style>
 span { border-color: #66850C; }

 span { border-color: rgb(102,133,12); }

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