Html Css Color HEX #648920 Olive Drab

📋 copy color: '#648920'

red 100 ◦ green 137 ◦ blue 32

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

Shades of Olive Drab #648920

Tints of Olive Drab #648920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.93%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 37.17%
G = 50.93%
B = 11.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#648920 (or 0x648920) is known color: Olive Drab. HEX triplet: 64, 89 and 20. RGB value is (100,137,32). Sum of RGB (Red+Green+Blue) = 100+137+32=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #648920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648920 is #9B76DF. Grayscale: #727272. Windows color (decimal): -10188512 or 2132324. OLE color: 2132324.

HSL color Cylindrical-coordinate representation of color #648920: hue angle of 81.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #648920 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 32 -
CMYK 0.27 0 0.77 0.46
HSL 81.14º 0.62% 0.33% -
HSV(B) 81.14º 0.77% 0.54% -
XYZ 14.46 20.7 4.6 -
YUV 113.97 81.74 118.04 -
System Red Green Blue C M Y K H S L
Decimal 100 137 32 0.27 0 0.77 0.46 81.14 0.62 0.33
Hex 64 89 20 1B 0 4D 2E 51 3E 21
Octal 144 211 40 33 0 115 56 121 76 41
Binary 1100100 10001001 100000 11011 0 1001101 101110 1010001 111110 100001

Color Harmonies of #648920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648920

Black with #648920

Text Example


Text Example

White with #648920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648920; }

 p { color: rgb(100,137,32); }

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

background-color css

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

 a { background-color: rgb(100,137,32); }

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

border-color css

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

 span { border-color: rgb(100,137,32); }

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