Html Css Color HEX #64831F Olive Drab

📋 copy color: '#64831F'

red 100 ◦ green 131 ◦ blue 31

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

Shades of Olive Drab #64831F

Tints of Olive Drab #64831F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50%

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

R = 38.17%
G = 50%
B = 11.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#64831F (or 0x64831F) is known color: Olive Drab. HEX triplet: 64, 83 and 1F. RGB value is (100,131,31). Sum of RGB (Red+Green+Blue) = 100+131+31=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #64831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64831F is #9B7CE0. Grayscale: #6E6E6E. Windows color (decimal): -10190049 or 2065252. OLE color: 2065252.

HSL color Cylindrical-coordinate representation of color #64831F: hue angle of 78.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64831F is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 31 -
CMYK 0.24 0 0.76 0.49
HSL 78.6º 0.62% 0.32% -
HSV(B) 78.6º 0.76% 0.51% -
XYZ 13.62 19.04 4.25 -
YUV 110.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 100 131 31 0.24 0 0.76 0.49 78.6 0.62 0.32
Hex 64 83 1F 18 0 4C 31 4F 3E 20
Octal 144 203 37 30 0 114 61 117 76 40
Binary 1100100 10000011 11111 11000 0 1001100 110001 1001111 111110 100000

Color Harmonies of #64831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64831F

Black with #64831F

Text Example


Text Example

White with #64831F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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