Html Css Color HEX #648213 Olive Drab

📋 copy color: '#648213'

red 100 ◦ green 130 ◦ blue 19

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

Shades of Olive Drab #648213

Tints of Olive Drab #648213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 40.16%
G = 52.21%
B = 7.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#648213 (or 0x648213) is known color: Olive Drab. HEX triplet: 64, 82 and 13. RGB value is (100,130,19). Sum of RGB (Red+Green+Blue) = 100+130+19=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #648213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648213 is #9B7DEC. Grayscale: #6C6C6C. Windows color (decimal): -10190317 or 1278564. OLE color: 1278564.

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

Color convert

RGB 100 130 19 -
CMYK 0.23 0 0.85 0.49
HSL 76.22º 0.74% 0.29% -
HSV(B) 76.22º 0.85% 0.51% -
XYZ 13.36 18.72 3.53 -
YUV 108.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 100 130 19 0.23 0 0.85 0.49 76.22 0.74 0.29
Hex 64 82 13 17 0 55 31 4C 4A 1D
Octal 144 202 23 27 0 125 61 114 112 35
Binary 1100100 10000010 10011 10111 0 1010101 110001 1001100 1001010 11101

Color Harmonies of #648213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648213

Black with #648213

Text Example


Text Example

White with #648213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648213; }

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

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

background-color css

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

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

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

border-color css

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

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

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