Html Css Color HEX #648113 Olive Drab

📋 copy color: '#648113'

red 100 ◦ green 129 ◦ blue 19

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

Shades of Olive Drab #648113

Tints of Olive Drab #648113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.02%

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

R = 40.32%
G = 52.02%
B = 7.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#648113 (or 0x648113) is known color: Olive Drab. HEX triplet: 64, 81 and 13. RGB value is (100,129,19). Sum of RGB (Red+Green+Blue) = 100+129+19=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #648113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648113 is #9B7EEC. Grayscale: #6C6C6C. Windows color (decimal): -10190573 or 1278308. OLE color: 1278308.

HSL color Cylindrical-coordinate representation of color #648113: hue angle of 75.82º 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 #648113 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 19 -
CMYK 0.22 0 0.85 0.49
HSL 75.82º 0.74% 0.29% -
HSV(B) 75.82º 0.85% 0.51% -
XYZ 13.22 18.46 3.48 -
YUV 107.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 100 129 19 0.22 0 0.85 0.49 75.82 0.74 0.29
Hex 64 81 13 16 0 55 31 4C 4A 1D
Octal 144 201 23 26 0 125 61 114 112 35
Binary 1100100 10000001 10011 10110 0 1010101 110001 1001100 1001010 11101

Color Harmonies of #648113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648113

Black with #648113

Text Example


Text Example

White with #648113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648113; }

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

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

background-color css

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

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

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

border-color css

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

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

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