Html Css Color HEX #759115 Olive Drab

📋 copy color: '#759115'

red 117 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #759115

Tints of Olive Drab #759115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.24%

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 41.34%
G = 51.24%
B = 7.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#759115 (or 0x759115) is known color: Olive Drab. HEX triplet: 75, 91 and 15. RGB value is (117,145,21). Sum of RGB (Red+Green+Blue) = 117+145+21=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #759115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759115 is #8A6EEA. Grayscale: #7A7A7A. Windows color (decimal): -9072363 or 1413493. OLE color: 1413493.

HSL color Cylindrical-coordinate representation of color #759115: hue angle of 73.55º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #759115 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 21 -
CMYK 0.19 0 0.86 0.43
HSL 73.55º 0.75% 0.33% -
HSV(B) 73.55º 0.86% 0.57% -
XYZ 17.6 24.09 4.43 -
YUV 122.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 117 145 21 0.19 0 0.86 0.43 73.55 0.75 0.33
Hex 75 91 15 13 0 56 2B 4A 4B 21
Octal 165 221 25 23 0 126 53 112 113 41
Binary 1110101 10010001 10101 10011 0 1010110 101011 1001010 1001011 100001

Color Harmonies of #759115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759115

Black with #759115

Text Example


Text Example

White with #759115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759115; }

 p { color: rgb(117,145,21); }

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

background-color css

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

 a { background-color: rgb(117,145,21); }

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

border-color css

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

 span { border-color: rgb(117,145,21); }

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