Html Css Color HEX #64871F Olive Drab

📋 copy color: '#64871F'

red 100 ◦ green 135 ◦ blue 31

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

Shades of Olive Drab #64871F

Tints of Olive Drab #64871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.75%

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 37.59%
G = 50.75%
B = 11.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#64871F (or 0x64871F) is known color: Olive Drab. HEX triplet: 64, 87 and 1F. RGB value is (100,135,31). Sum of RGB (Red+Green+Blue) = 100+135+31=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #64871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64871F is #9B78E0. Grayscale: #717171. Windows color (decimal): -10189025 or 2066276. OLE color: 2066276.

HSL color Cylindrical-coordinate representation of color #64871F: hue angle of 80.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64871F is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 31 -
CMYK 0.26 0 0.77 0.47
HSL 80.19º 0.63% 0.33% -
HSV(B) 80.19º 0.77% 0.53% -
XYZ 14.17 20.14 4.44 -
YUV 112.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 100 135 31 0.26 0 0.77 0.47 80.19 0.63 0.33
Hex 64 87 1F 1A 0 4D 2F 50 3F 21
Octal 144 207 37 32 0 115 57 120 77 41
Binary 1100100 10000111 11111 11010 0 1001101 101111 1010000 111111 100001

Color Harmonies of #64871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64871F

Black with #64871F

Text Example


Text Example

White with #64871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,135,31); }

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

background-color css

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

 a { background-color: rgb(100,135,31); }

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

border-color css

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

 span { border-color: rgb(100,135,31); }

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