Html Css Color HEX #659813 Olive Drab

📋 copy color: '#659813'

red 101 ◦ green 152 ◦ blue 19

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

Shades of Olive Drab #659813

Tints of Olive Drab #659813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.88%

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

R = 37.13%
G = 55.88%
B = 6.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#659813 (or 0x659813) is known color: Olive Drab. HEX triplet: 65, 98 and 13. RGB value is (101,152,19). Sum of RGB (Red+Green+Blue) = 101+152+19=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #659813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659813 is #9A67EC. Grayscale: #7A7A7A. Windows color (decimal): -10119149 or 1284197. OLE color: 1284197.

HSL color Cylindrical-coordinate representation of color #659813: hue angle of 83.01º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #659813 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 19 -
CMYK 0.34 0 0.87 0.40
HSL 83.01º 0.78% 0.34% -
HSV(B) 83.01º 0.88% 0.6% -
XYZ 16.71 25.27 4.61 -
YUV 121.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 101 152 19 0.34 0 0.87 0.40 83.01 0.78 0.34
Hex 65 98 13 22 0 57 28 53 4E 22
Octal 145 230 23 42 0 127 50 123 116 42
Binary 1100101 10011000 10011 100010 0 1010111 101000 1010011 1001110 100010

Color Harmonies of #659813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659813

Black with #659813

Text Example


Text Example

White with #659813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659813; }

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

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

background-color css

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

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

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

border-color css

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

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

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