Html Css Color HEX #75912C Olive Drab

📋 copy color: '#75912C'

red 117 ◦ green 145 ◦ blue 44

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

Shades of Olive Drab #75912C

Tints of Olive Drab #75912C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 38.24%
G = 47.39%
B = 14.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#75912C (or 0x75912C) is known color: Olive Drab. HEX triplet: 75, 91 and 2C. RGB value is (117,145,44). Sum of RGB (Red+Green+Blue) = 117+145+44=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #75912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75912C is #8A6ED3. Grayscale: #7D7D7D. Windows color (decimal): -9072340 or 2920821. OLE color: 2920821.

HSL color Cylindrical-coordinate representation of color #75912C: hue angle of 76.63º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75912C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 44 -
CMYK 0.19 0 0.70 0.43
HSL 76.63º 0.53% 0.37% -
HSV(B) 76.63º 0.7% 0.57% -
XYZ 17.92 24.21 6.11 -
YUV 125.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 117 145 44 0.19 0 0.70 0.43 76.63 0.53 0.37
Hex 75 91 2C 13 0 46 2B 4D 35 25
Octal 165 221 54 23 0 106 53 115 65 45
Binary 1110101 10010001 101100 10011 0 1000110 101011 1001101 110101 100101

Color Harmonies of #75912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75912C

Black with #75912C

Text Example


Text Example

White with #75912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75912C; }

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

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

background-color css

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

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

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

border-color css

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

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

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