Html Css Color HEX #759515 Olive Drab

📋 copy color: '#759515'

red 117 ◦ green 149 ◦ blue 21

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

Shades of Olive Drab #759515

Tints of Olive Drab #759515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

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

R = 40.77%
G = 51.92%
B = 7.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#759515 (or 0x759515) is known color: Olive Drab. HEX triplet: 75, 95 and 15. RGB value is (117,149,21). Sum of RGB (Red+Green+Blue) = 117+149+21=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #759515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759515 is #8A6AEA. Grayscale: #7D7D7D. Windows color (decimal): -9071339 or 1414517. OLE color: 1414517.

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

Color convert

RGB 117 149 21 -
CMYK 0.21 0 0.86 0.42
HSL 75º 0.75% 0.33% -
HSV(B) 75º 0.86% 0.58% -
XYZ 18.22 25.33 4.64 -
YUV 124.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 117 149 21 0.21 0 0.86 0.42 75 0.75 0.33
Hex 75 95 15 15 0 56 2A 4B 4B 21
Octal 165 225 25 25 0 126 52 113 113 41
Binary 1110101 10010101 10101 10101 0 1010110 101010 1001011 1001011 100001

Color Harmonies of #759515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759515

Black with #759515

Text Example


Text Example

White with #759515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759515; }

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

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

background-color css

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

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

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

border-color css

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

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

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