Html Css Color HEX #64931D Olive Drab

📋 copy color: '#64931D'

red 100 ◦ green 147 ◦ blue 29

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

Shades of Olive Drab #64931D

Tints of Olive Drab #64931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.26%

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 36.23%
G = 53.26%
B = 10.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#64931D (or 0x64931D) is known color: Olive Drab. HEX triplet: 64, 93 and 1D. RGB value is (100,147,29). Sum of RGB (Red+Green+Blue) = 100+147+29=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #64931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64931D is #9B6CE2. Grayscale: #777777. Windows color (decimal): -10185955 or 1938276. OLE color: 1938276.

HSL color Cylindrical-coordinate representation of color #64931D: hue angle of 83.9º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64931D is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 29 -
CMYK 0.32 0 0.80 0.42
HSL 83.9º 0.67% 0.35% -
HSV(B) 83.9º 0.8% 0.58% -
XYZ 15.91 23.67 4.89 -
YUV 119.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 100 147 29 0.32 0 0.80 0.42 83.9 0.67 0.35
Hex 64 93 1D 20 0 50 2A 54 43 23
Octal 144 223 35 40 0 120 52 124 103 43
Binary 1100100 10010011 11101 100000 0 1010000 101010 1010100 1000011 100011

Color Harmonies of #64931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64931D

Black with #64931D

Text Example


Text Example

White with #64931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64931D; }

 p { color: rgb(100,147,29); }

 H1.HeaderClassName
 {
   color: #64931D;
 }
 .AnyTagClassName
 {
   color: #64931D;
 }
</style>

background-color css

<style>
 a { background-color: #64931D; }

 a { background-color: rgb(100,147,29); }

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

border-color css

<style>
 span { border-color: #64931D; }

 span { border-color: rgb(100,147,29); }

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