Html Css Color HEX #759713 Olive Drab

📋 copy color: '#759713'

red 117 ◦ green 151 ◦ blue 19

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

Shades of Olive Drab #759713

Tints of Olive Drab #759713

RGB

 RED value IS 117 (46.09% from 255) = 40.77%

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

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

R = 40.77%
G = 52.61%
B = 6.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#759713 (or 0x759713) is known color: Olive Drab. HEX triplet: 75, 97 and 13. RGB value is (117,151,19). Sum of RGB (Red+Green+Blue) = 117+151+19=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #759713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759713 is #8A68EC. Grayscale: #7E7E7E. Windows color (decimal): -9070829 or 1283957. OLE color: 1283957.

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

Color convert

RGB 117 151 19 -
CMYK 0.23 0 0.87 0.41
HSL 75.45º 0.78% 0.33% -
HSV(B) 75.45º 0.87% 0.59% -
XYZ 18.52 25.96 4.65 -
YUV 125.79 67.74 121.73 -
System Red Green Blue C M Y K H S L
Decimal 117 151 19 0.23 0 0.87 0.41 75.45 0.78 0.33
Hex 75 97 13 17 0 57 29 4B 4E 21
Octal 165 227 23 27 0 127 51 113 116 41
Binary 1110101 10010111 10011 10111 0 1010111 101001 1001011 1001110 100001

Color Harmonies of #759713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759713

Black with #759713

Text Example


Text Example

White with #759713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759713; }

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

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

background-color css

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

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

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

border-color css

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

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

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