Html Css Color HEX #648116 Olive Drab

📋 copy color: '#648116'

red 100 ◦ green 129 ◦ blue 22

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

Shades of Olive Drab #648116

Tints of Olive Drab #648116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 39.84%
G = 51.39%
B = 8.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#648116 (or 0x648116) is known color: Olive Drab. HEX triplet: 64, 81 and 16. RGB value is (100,129,22). Sum of RGB (Red+Green+Blue) = 100+129+22=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #648116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648116 is #9B7EE9. Grayscale: #6C6C6C. Windows color (decimal): -10190570 or 1474916. OLE color: 1474916.

HSL color Cylindrical-coordinate representation of color #648116: hue angle of 76.26º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #648116 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 22 -
CMYK 0.22 0 0.83 0.49
HSL 76.26º 0.71% 0.3% -
HSV(B) 76.26º 0.83% 0.51% -
XYZ 13.25 18.47 3.63 -
YUV 108.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 100 129 22 0.22 0 0.83 0.49 76.26 0.71 0.3
Hex 64 81 16 16 0 53 31 4C 47 1E
Octal 144 201 26 26 0 123 61 114 107 36
Binary 1100100 10000001 10110 10110 0 1010011 110001 1001100 1000111 11110

Color Harmonies of #648116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648116

Black with #648116

Text Example


Text Example

White with #648116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648116; }

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

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

background-color css

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

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

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

border-color css

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

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

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