Html Css Color HEX #64852F Olive Drab

📋 copy color: '#64852F'

red 100 ◦ green 133 ◦ blue 47

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

Shades of Olive Drab #64852F

Tints of Olive Drab #64852F

RGB

 RED value IS 100 (39.45% from 255) = 35.71%

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

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

R = 35.71%
G = 47.5%
B = 16.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#64852F (or 0x64852F) is known color: Olive Drab. HEX triplet: 64, 85 and 2F. RGB value is (100,133,47). Sum of RGB (Red+Green+Blue) = 100+133+47=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #64852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64852F is #9B7AD0. Grayscale: #717171. Windows color (decimal): -10189521 or 3114340. OLE color: 3114340.

HSL color Cylindrical-coordinate representation of color #64852F: hue angle of 83.02º 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 #64852F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 47 -
CMYK 0.25 0 0.65 0.48
HSL 83.02º 0.48% 0.35% -
HSV(B) 83.02º 0.65% 0.52% -
XYZ 14.16 19.69 5.74 -
YUV 113.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 100 133 47 0.25 0 0.65 0.48 83.02 0.48 0.35
Hex 64 85 2F 19 0 41 30 53 30 23
Octal 144 205 57 31 0 101 60 123 60 43
Binary 1100100 10000101 101111 11001 0 1000001 110000 1010011 110000 100011

Color Harmonies of #64852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64852F

Black with #64852F

Text Example


Text Example

White with #64852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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