Html Css Color HEX #759129 Olive Drab

📋 copy color: '#759129'

red 117 ◦ green 145 ◦ blue 41

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

Shades of Olive Drab #759129

Tints of Olive Drab #759129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 38.61%
G = 47.85%
B = 13.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#759129 (or 0x759129) is known color: Olive Drab. HEX triplet: 75, 91 and 29. RGB value is (117,145,41). Sum of RGB (Red+Green+Blue) = 117+145+41=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #759129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759129 is #8A6ED6. Grayscale: #7D7D7D. Windows color (decimal): -9072343 or 2724213. OLE color: 2724213.

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

Color convert

RGB 117 145 41 -
CMYK 0.19 0 0.72 0.43
HSL 76.15º 0.56% 0.36% -
HSV(B) 76.15º 0.72% 0.57% -
XYZ 17.86 24.19 5.83 -
YUV 124.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 117 145 41 0.19 0 0.72 0.43 76.15 0.56 0.36
Hex 75 91 29 13 0 48 2B 4C 38 24
Octal 165 221 51 23 0 110 53 114 70 44
Binary 1110101 10010001 101001 10011 0 1001000 101011 1001100 111000 100100

Color Harmonies of #759129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759129

Black with #759129

Text Example


Text Example

White with #759129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759129; }

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

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

background-color css

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

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

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

border-color css

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

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

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