Html Css Color HEX #64842F Olive Drab

📋 copy color: '#64842F'

red 100 ◦ green 132 ◦ blue 47

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

Shades of Olive Drab #64842F

Tints of Olive Drab #64842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

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

R = 35.84%
G = 47.31%
B = 16.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#64842F (or 0x64842F) is known color: Olive Drab. HEX triplet: 64, 84 and 2F. RGB value is (100,132,47). Sum of RGB (Red+Green+Blue) = 100+132+47=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #64842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64842F is #9B7BD0. Grayscale: #717171. Windows color (decimal): -10189777 or 3114084. OLE color: 3114084.

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

Color convert

RGB 100 132 47 -
CMYK 0.24 0 0.64 0.48
HSL 82.59º 0.47% 0.35% -
HSV(B) 82.59º 0.64% 0.52% -
XYZ 14.02 19.42 5.7 -
YUV 112.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 100 132 47 0.24 0 0.64 0.48 82.59 0.47 0.35
Hex 64 84 2F 18 0 40 30 53 2F 23
Octal 144 204 57 30 0 100 60 123 57 43
Binary 1100100 10000100 101111 11000 0 1000000 110000 1010011 101111 100011

Color Harmonies of #64842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64842F

Black with #64842F

Text Example


Text Example

White with #64842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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