Html Css Color HEX #64821E Olive Drab

📋 copy color: '#64821E'

red 100 ◦ green 130 ◦ blue 30

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

Shades of Olive Drab #64821E

Tints of Olive Drab #64821E

RGB

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

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

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

R = 38.46%
G = 50%
B = 11.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#64821E (or 0x64821E) is known color: Olive Drab. HEX triplet: 64, 82 and 1E. RGB value is (100,130,30). Sum of RGB (Red+Green+Blue) = 100+130+30=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #64821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64821E is #9B7DE1. Grayscale: #6E6E6E. Windows color (decimal): -10190306 or 1999460. OLE color: 1999460.

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

Color convert

RGB 100 130 30 -
CMYK 0.23 0 0.77 0.49
HSL 78º 0.63% 0.31% -
HSV(B) 78º 0.77% 0.51% -
XYZ 13.47 18.77 4.14 -
YUV 109.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 100 130 30 0.23 0 0.77 0.49 78 0.63 0.31
Hex 64 82 1E 17 0 4D 31 4E 3E 1F
Octal 144 202 36 27 0 115 61 116 76 37
Binary 1100100 10000010 11110 10111 0 1001101 110001 1001110 111110 11111

Color Harmonies of #64821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64821E

Black with #64821E

Text Example


Text Example

White with #64821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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