Html Css Color HEX #758A29 Olive Drab

📋 copy color: '#758A29'

red 117 ◦ green 138 ◦ blue 41

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

Shades of Olive Drab #758A29

Tints of Olive Drab #758A29

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.62%

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

R = 39.53%
G = 46.62%
B = 13.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#758A29 (or 0x758A29) is known color: Olive Drab. HEX triplet: 75, 8A and 29. RGB value is (117,138,41). Sum of RGB (Red+Green+Blue) = 117+138+41=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #758A29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A29 is #8A75D6. Grayscale: #797979. Windows color (decimal): -9074135 or 2722421. OLE color: 2722421.

HSL color Cylindrical-coordinate representation of color #758A29: hue angle of 72.99º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #758A29 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 41 -
CMYK 0.15 0 0.70 0.46
HSL 72.99º 0.54% 0.35% -
HSV(B) 72.99º 0.7% 0.54% -
XYZ 16.82 22.12 5.48 -
YUV 120.66 83.04 125.39 -
System Red Green Blue C M Y K H S L
Decimal 117 138 41 0.15 0 0.70 0.46 72.99 0.54 0.35
Hex 75 8A 29 F 0 46 2E 49 36 23
Octal 165 212 51 17 0 106 56 111 66 43
Binary 1110101 10001010 101001 1111 0 1000110 101110 1001001 110110 100011

Color Harmonies of #758A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A29

Black with #758A29

Text Example


Text Example

White with #758A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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