Html Css Color HEX #66852F Olive Drab

📋 copy color: '#66852F'

red 102 ◦ green 133 ◦ blue 47

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

Shades of Olive Drab #66852F

Tints of Olive Drab #66852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 36.17%
G = 47.16%
B = 16.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#66852F (or 0x66852F) is known color: Olive Drab. HEX triplet: 66, 85 and 2F. RGB value is (102,133,47). Sum of RGB (Red+Green+Blue) = 102+133+47=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #66852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66852F is #997AD0. Grayscale: #727272. Windows color (decimal): -10058449 or 3114342. OLE color: 3114342.

HSL color Cylindrical-coordinate representation of color #66852F: hue angle of 81.63º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66852F is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 47 -
CMYK 0.23 0 0.65 0.48
HSL 81.63º 0.48% 0.35% -
HSV(B) 81.63º 0.65% 0.52% -
XYZ 14.38 19.81 5.75 -
YUV 113.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 102 133 47 0.23 0 0.65 0.48 81.63 0.48 0.35
Hex 66 85 2F 17 0 41 30 52 30 23
Octal 146 205 57 27 0 101 60 122 60 43
Binary 1100110 10000101 101111 10111 0 1000001 110000 1010010 110000 100011

Color Harmonies of #66852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66852F

Black with #66852F

Text Example


Text Example

White with #66852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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