Html Css Color HEX #659518 Olive Drab

📋 copy color: '#659518'

red 101 ◦ green 149 ◦ blue 24

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

Shades of Olive Drab #659518

Tints of Olive Drab #659518

RGB

 RED value IS 101 (39.84% from 255) = 36.86%

 GREEN value IS 149 (58.59% from 255) = 54.38%

 BLUE value IS 24 (9.77% from 255) = 8.76%

R = 36.86%
G = 54.38%
B = 8.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#659518 (or 0x659518) is known color: Olive Drab. HEX triplet: 65, 95 and 18. RGB value is (101,149,24). Sum of RGB (Red+Green+Blue) = 101+149+24=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #659518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659518 is #9A6AE7. Grayscale: #787878. Windows color (decimal): -10119912 or 1611109. OLE color: 1611109.

HSL color Cylindrical-coordinate representation of color #659518: hue angle of 83.04º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #659518 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 149 24 -
CMYK 0.32 0 0.84 0.42
HSL 83.04º 0.72% 0.34% -
HSV(B) 83.04º 0.84% 0.58% -
XYZ 16.28 24.33 4.7 -
YUV 120.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 101 149 24 0.32 0 0.84 0.42 83.04 0.72 0.34
Hex 65 95 18 20 0 54 2A 53 48 22
Octal 145 225 30 40 0 124 52 123 110 42
Binary 1100101 10010101 11000 100000 0 1010100 101010 1010011 1001000 100010

Color Harmonies of #659518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659518

Black with #659518

Text Example


Text Example

White with #659518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659518; }

 p { color: rgb(101,149,24); }

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

background-color css

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

 a { background-color: rgb(101,149,24); }

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

border-color css

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

 span { border-color: rgb(101,149,24); }

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