Html Css Color HEX #759229 Olive Drab

📋 copy color: '#759229'

red 117 ◦ green 146 ◦ blue 41

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

Shades of Olive Drab #759229

Tints of Olive Drab #759229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.03%

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

R = 38.49%
G = 48.03%
B = 13.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#759229 (or 0x759229) is known color: Olive Drab. HEX triplet: 75, 92 and 29. RGB value is (117,146,41). Sum of RGB (Red+Green+Blue) = 117+146+41=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #759229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759229 is #8A6DD6. Grayscale: #7D7D7D. Windows color (decimal): -9072087 or 2724469. OLE color: 2724469.

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

Color convert

RGB 117 146 41 -
CMYK 0.20 0 0.72 0.43
HSL 76.57º 0.56% 0.37% -
HSV(B) 76.57º 0.72% 0.57% -
XYZ 18.02 24.5 5.88 -
YUV 125.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 117 146 41 0.20 0 0.72 0.43 76.57 0.56 0.37
Hex 75 92 29 14 0 48 2B 4D 38 25
Octal 165 222 51 24 0 110 53 115 70 45
Binary 1110101 10010010 101001 10100 0 1001000 101011 1001101 111000 100101

Color Harmonies of #759229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759229

Black with #759229

Text Example


Text Example

White with #759229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759229; }

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

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

background-color css

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

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

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

border-color css

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

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

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