Html Css Color HEX #648516 Olive Drab

📋 copy color: '#648516'

red 100 ◦ green 133 ◦ blue 22

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

Shades of Olive Drab #648516

Tints of Olive Drab #648516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 39.22%
G = 52.16%
B = 8.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#648516 (or 0x648516) is known color: Olive Drab. HEX triplet: 64, 85 and 16. RGB value is (100,133,22). Sum of RGB (Red+Green+Blue) = 100+133+22=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #648516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648516 is #9B7AE9. Grayscale: #6E6E6E. Windows color (decimal): -10189546 or 1475940. OLE color: 1475940.

HSL color Cylindrical-coordinate representation of color #648516: hue angle of 77.84º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #648516 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 22 -
CMYK 0.25 0 0.83 0.48
HSL 77.84º 0.72% 0.3% -
HSV(B) 77.84º 0.83% 0.52% -
XYZ 13.79 19.54 3.8 -
YUV 110.48 78.07 120.53 -
System Red Green Blue C M Y K H S L
Decimal 100 133 22 0.25 0 0.83 0.48 77.84 0.72 0.3
Hex 64 85 16 19 0 53 30 4E 48 1E
Octal 144 205 26 31 0 123 60 116 110 36
Binary 1100100 10000101 10110 11001 0 1010011 110000 1001110 1001000 11110

Color Harmonies of #648516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648516

Black with #648516

Text Example


Text Example

White with #648516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648516; }

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

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

background-color css

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

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

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

border-color css

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

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

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