Html Css Color HEX #64852E Olive Drab

📋 copy color: '#64852E'

red 100 ◦ green 133 ◦ blue 46

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

Shades of Olive Drab #64852E

Tints of Olive Drab #64852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 35.84%
G = 47.67%
B = 16.49%

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

#64852E (or 0x64852E) is known color: Olive Drab. HEX triplet: 64, 85 and 2E. RGB value is (100,133,46). Sum of RGB (Red+Green+Blue) = 100+133+46=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #64852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64852E is #9B7AD1. Grayscale: #717171. Windows color (decimal): -10189522 or 3048804. OLE color: 3048804.

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

Color convert

RGB 100 133 46 -
CMYK 0.25 0 0.65 0.48
HSL 82.76º 0.49% 0.35% -
HSV(B) 82.76º 0.65% 0.52% -
XYZ 14.14 19.68 5.64 -
YUV 113.22 90.07 118.57 -
System Red Green Blue C M Y K H S L
Decimal 100 133 46 0.25 0 0.65 0.48 82.76 0.49 0.35
Hex 64 85 2E 19 0 41 30 53 31 23
Octal 144 205 56 31 0 101 60 123 61 43
Binary 1100100 10000101 101110 11001 0 1000001 110000 1010011 110001 100011

Color Harmonies of #64852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64852E

Black with #64852E

Text Example


Text Example

White with #64852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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