Html Css Color HEX #759329 Olive Drab

📋 copy color: '#759329'

red 117 ◦ green 147 ◦ blue 41

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

Shades of Olive Drab #759329

Tints of Olive Drab #759329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.2%

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

R = 38.36%
G = 48.2%
B = 13.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#759329 (or 0x759329) is known color: Olive Drab. HEX triplet: 75, 93 and 29. RGB value is (117,147,41). Sum of RGB (Red+Green+Blue) = 117+147+41=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #759329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759329 is #8A6CD6. Grayscale: #7E7E7E. Windows color (decimal): -9071831 or 2724725. OLE color: 2724725.

HSL color Cylindrical-coordinate representation of color #759329: hue angle of 76.98º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #759329 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 41 -
CMYK 0.20 0 0.72 0.42
HSL 76.98º 0.56% 0.37% -
HSV(B) 76.98º 0.72% 0.58% -
XYZ 18.17 24.81 5.93 -
YUV 125.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 117 147 41 0.20 0 0.72 0.42 76.98 0.56 0.37
Hex 75 93 29 14 0 48 2A 4D 38 25
Octal 165 223 51 24 0 110 52 115 70 45
Binary 1110101 10010011 101001 10100 0 1001000 101010 1001101 111000 100101

Color Harmonies of #759329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759329

Black with #759329

Text Example


Text Example

White with #759329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759329; }

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

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

background-color css

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

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

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

border-color css

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

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

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