Html Css Color HEX #66852D Olive Drab

📋 copy color: '#66852D'

red 102 ◦ green 133 ◦ blue 45

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

Shades of Olive Drab #66852D

Tints of Olive Drab #66852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 36.43%
G = 47.5%
B = 16.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#66852D (or 0x66852D) is known color: Olive Drab. HEX triplet: 66, 85 and 2D. RGB value is (102,133,45). Sum of RGB (Red+Green+Blue) = 102+133+45=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #66852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66852D is #997AD2. Grayscale: #727272. Windows color (decimal): -10058451 or 2983270. OLE color: 2983270.

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

Color convert

RGB 102 133 45 -
CMYK 0.23 0 0.66 0.48
HSL 81.14º 0.49% 0.35% -
HSV(B) 81.14º 0.66% 0.52% -
XYZ 14.34 19.79 5.55 -
YUV 113.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 102 133 45 0.23 0 0.66 0.48 81.14 0.49 0.35
Hex 66 85 2D 17 0 42 30 51 31 23
Octal 146 205 55 27 0 102 60 121 61 43
Binary 1100110 10000101 101101 10111 0 1000010 110000 1010001 110001 100011

Color Harmonies of #66852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66852D

Black with #66852D

Text Example


Text Example

White with #66852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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