Html Css Color HEX #649017 Olive Drab

📋 copy color: '#649017'

red 100 ◦ green 144 ◦ blue 23

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

Shades of Olive Drab #649017

Tints of Olive Drab #649017

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 37.45%
G = 53.93%
B = 8.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#649017 (or 0x649017) is known color: Olive Drab. HEX triplet: 64, 90 and 17. RGB value is (100,144,23). Sum of RGB (Red+Green+Blue) = 100+144+23=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #649017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649017 is #9B6FE8. Grayscale: #757575. Windows color (decimal): -10186729 or 1544292. OLE color: 1544292.

HSL color Cylindrical-coordinate representation of color #649017: hue angle of 81.82º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #649017 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 23 -
CMYK 0.31 0 0.84 0.44
HSL 81.82º 0.72% 0.33% -
HSV(B) 81.82º 0.84% 0.56% -
XYZ 15.38 22.72 4.38 -
YUV 117.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 100 144 23 0.31 0 0.84 0.44 81.82 0.72 0.33
Hex 64 90 17 1F 0 54 2C 52 48 21
Octal 144 220 27 37 0 124 54 122 110 41
Binary 1100100 10010000 10111 11111 0 1010100 101100 1010010 1001000 100001

Color Harmonies of #649017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649017

Black with #649017

Text Example


Text Example

White with #649017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649017; }

 p { color: rgb(100,144,23); }

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

background-color css

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

 a { background-color: rgb(100,144,23); }

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

border-color css

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

 span { border-color: rgb(100,144,23); }

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