Html Css Color HEX #759124 Olive Drab

📋 copy color: '#759124'

red 117 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #759124

Tints of Olive Drab #759124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.08%

R = 39.26%
G = 48.66%
B = 12.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#759124 (or 0x759124) is known color: Olive Drab. HEX triplet: 75, 91 and 24. RGB value is (117,145,36). Sum of RGB (Red+Green+Blue) = 117+145+36=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #759124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759124 is #8A6EDB. Grayscale: #7C7C7C. Windows color (decimal): -9072348 or 2396533. OLE color: 2396533.

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

Color convert

RGB 117 145 36 -
CMYK 0.19 0 0.75 0.43
HSL 75.41º 0.6% 0.35% -
HSV(B) 75.41º 0.75% 0.57% -
XYZ 17.78 24.16 5.4 -
YUV 124.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 117 145 36 0.19 0 0.75 0.43 75.41 0.6 0.35
Hex 75 91 24 13 0 4B 2B 4B 3C 23
Octal 165 221 44 23 0 113 53 113 74 43
Binary 1110101 10010001 100100 10011 0 1001011 101011 1001011 111100 100011

Color Harmonies of #759124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759124

Black with #759124

Text Example


Text Example

White with #759124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759124; }

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

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

background-color css

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

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

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

border-color css

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

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

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