Html Css Color HEX #659613 Olive Drab

📋 copy color: '#659613'

red 101 ◦ green 150 ◦ blue 19

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

Shades of Olive Drab #659613

Tints of Olive Drab #659613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.56%

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 37.41%
G = 55.56%
B = 7.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#659613 (or 0x659613) is known color: Olive Drab. HEX triplet: 65, 96 and 13. RGB value is (101,150,19). Sum of RGB (Red+Green+Blue) = 101+150+19=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #659613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659613 is #9A69EC. Grayscale: #787878. Windows color (decimal): -10119661 or 1283685. OLE color: 1283685.

HSL color Cylindrical-coordinate representation of color #659613: hue angle of 82.44º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #659613 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 150 19 -
CMYK 0.33 0 0.87 0.41
HSL 82.44º 0.78% 0.33% -
HSV(B) 82.44º 0.87% 0.59% -
XYZ 16.39 24.63 4.51 -
YUV 120.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 101 150 19 0.33 0 0.87 0.41 82.44 0.78 0.33
Hex 65 96 13 21 0 57 29 52 4E 21
Octal 145 226 23 41 0 127 51 122 116 41
Binary 1100101 10010110 10011 100001 0 1010111 101001 1010010 1001110 100001

Color Harmonies of #659613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659613

Black with #659613

Text Example


Text Example

White with #659613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659613; }

 p { color: rgb(101,150,19); }

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

background-color css

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

 a { background-color: rgb(101,150,19); }

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

border-color css

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

 span { border-color: rgb(101,150,19); }

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