Html Css Color HEX #64831E Olive Drab

📋 copy color: '#64831E'

red 100 ◦ green 131 ◦ blue 30

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

Shades of Olive Drab #64831E

Tints of Olive Drab #64831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 38.31%
G = 50.19%
B = 11.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#64831E (or 0x64831E) is known color: Olive Drab. HEX triplet: 64, 83 and 1E. RGB value is (100,131,30). Sum of RGB (Red+Green+Blue) = 100+131+30=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #64831E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64831E is #9B7CE1. Grayscale: #6E6E6E. Windows color (decimal): -10190050 or 1999716. OLE color: 1999716.

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

Color convert

RGB 100 131 30 -
CMYK 0.24 0 0.77 0.49
HSL 78.42º 0.63% 0.32% -
HSV(B) 78.42º 0.77% 0.51% -
XYZ 13.61 19.04 4.19 -
YUV 110.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 100 131 30 0.24 0 0.77 0.49 78.42 0.63 0.32
Hex 64 83 1E 18 0 4D 31 4E 3F 20
Octal 144 203 36 30 0 115 61 116 77 40
Binary 1100100 10000011 11110 11000 0 1001101 110001 1001110 111111 100000

Color Harmonies of #64831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64831E

Black with #64831E

Text Example


Text Example

White with #64831E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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