Html Css Color HEX #649915 Olive Drab

📋 copy color: '#649915'

red 100 ◦ green 153 ◦ blue 21

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

Shades of Olive Drab #649915

Tints of Olive Drab #649915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.84%

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 36.5%
G = 55.84%
B = 7.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#649915 (or 0x649915) is known color: Olive Drab. HEX triplet: 64, 99 and 15. RGB value is (100,153,21). Sum of RGB (Red+Green+Blue) = 100+153+21=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #649915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649915 is #9B66EA. Grayscale: #7A7A7A. Windows color (decimal): -10184427 or 1415524. OLE color: 1415524.

HSL color Cylindrical-coordinate representation of color #649915: hue angle of 84.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #649915 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 21 -
CMYK 0.35 0 0.86 0.4
HSL 84.09º 0.76% 0.34% -
HSV(B) 84.09º 0.86% 0.6% -
XYZ 16.78 25.55 4.76 -
YUV 122.11 70.94 112.23 -
System Red Green Blue C M Y K H S L
Decimal 100 153 21 0.35 0 0.86 0.4 84.09 0.76 0.34
Hex 64 99 15 23 0 56 28 54 4C 22
Octal 144 231 25 43 0 126 50 124 114 42
Binary 1100100 10011001 10101 100011 0 1010110 101000 1010100 1001100 100010

Color Harmonies of #649915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649915

Black with #649915

Text Example


Text Example

White with #649915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649915; }

 p { color: rgb(100,153,21); }

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

background-color css

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

 a { background-color: rgb(100,153,21); }

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

border-color css

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

 span { border-color: rgb(100,153,21); }

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