Html Css Color HEX #759712 Olive Drab

📋 copy color: '#759712'

red 117 ◦ green 151 ◦ blue 18

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

Shades of Olive Drab #759712

Tints of Olive Drab #759712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 40.91%
G = 52.8%
B = 6.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#759712 (or 0x759712) is known color: Olive Drab. HEX triplet: 75, 97 and 12. RGB value is (117,151,18). Sum of RGB (Red+Green+Blue) = 117+151+18=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #759712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759712 is #8A68ED. Grayscale: #7E7E7E. Windows color (decimal): -9070830 or 1218421. OLE color: 1218421.

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

Color convert

RGB 117 151 18 -
CMYK 0.23 0 0.88 0.41
HSL 75.34º 0.79% 0.33% -
HSV(B) 75.34º 0.88% 0.59% -
XYZ 18.51 25.96 4.61 -
YUV 125.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 117 151 18 0.23 0 0.88 0.41 75.34 0.79 0.33
Hex 75 97 12 17 0 58 29 4B 4F 21
Octal 165 227 22 27 0 130 51 113 117 41
Binary 1110101 10010111 10010 10111 0 1011000 101001 1001011 1001111 100001

Color Harmonies of #759712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759712

Black with #759712

Text Example


Text Example

White with #759712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759712; }

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

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

background-color css

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

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

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

border-color css

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

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

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