Html Css Color HEX #64822D Olive Drab

📋 copy color: '#64822D'

red 100 ◦ green 130 ◦ blue 45

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

Shades of Olive Drab #64822D

Tints of Olive Drab #64822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.27%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 36.36%
G = 47.27%
B = 16.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#64822D (or 0x64822D) is known color: Olive Drab. HEX triplet: 64, 82 and 2D. RGB value is (100,130,45). Sum of RGB (Red+Green+Blue) = 100+130+45=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #64822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64822D is #9B7DD2. Grayscale: #6F6F6F. Windows color (decimal): -10190291 or 2982500. OLE color: 2982500.

HSL color Cylindrical-coordinate representation of color #64822D: hue angle of 81.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64822D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 45 -
CMYK 0.23 0 0.65 0.49
HSL 81.18º 0.49% 0.34% -
HSV(B) 81.18º 0.65% 0.51% -
XYZ 13.71 18.86 5.4 -
YUV 111.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 100 130 45 0.23 0 0.65 0.49 81.18 0.49 0.34
Hex 64 82 2D 17 0 41 31 51 31 22
Octal 144 202 55 27 0 101 61 121 61 42
Binary 1100100 10000010 101101 10111 0 1000001 110001 1010001 110001 100010

Color Harmonies of #64822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64822D

Black with #64822D

Text Example


Text Example

White with #64822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,130,45); }

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

background-color css

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

 a { background-color: rgb(100,130,45); }

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

border-color css

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

 span { border-color: rgb(100,130,45); }

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