Html Css Color HEX #659713 Olive Drab

📋 copy color: '#659713'

red 101 ◦ green 151 ◦ blue 19

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

Shades of Olive Drab #659713

Tints of Olive Drab #659713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.72%

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

R = 37.27%
G = 55.72%
B = 7.01%

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

#659713 (or 0x659713) is known color: Olive Drab. HEX triplet: 65, 97 and 13. RGB value is (101,151,19). Sum of RGB (Red+Green+Blue) = 101+151+19=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #659713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659713 is #9A68EC. Grayscale: #797979. Windows color (decimal): -10119405 or 1283941. OLE color: 1283941.

HSL color Cylindrical-coordinate representation of color #659713: hue angle of 82.73º 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 #659713 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 19 -
CMYK 0.33 0 0.87 0.41
HSL 82.73º 0.78% 0.33% -
HSV(B) 82.73º 0.87% 0.59% -
XYZ 16.55 24.95 4.56 -
YUV 121 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 101 151 19 0.33 0 0.87 0.41 82.73 0.78 0.33
Hex 65 97 13 21 0 57 29 53 4E 21
Octal 145 227 23 41 0 127 51 123 116 41
Binary 1100101 10010111 10011 100001 0 1010111 101001 1010011 1001110 100001

Color Harmonies of #659713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659713

Black with #659713

Text Example


Text Example

White with #659713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659713; }

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

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

background-color css

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

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

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

border-color css

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

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

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