Html Css Color HEX #75912D Olive Drab

📋 copy color: '#75912D'

red 117 ◦ green 145 ◦ blue 45

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

Shades of Olive Drab #75912D

Tints of Olive Drab #75912D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 38.11%
G = 47.23%
B = 14.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#75912D (or 0x75912D) is known color: Olive Drab. HEX triplet: 75, 91 and 2D. RGB value is (117,145,45). Sum of RGB (Red+Green+Blue) = 117+145+45=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #75912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75912D is #8A6ED2. Grayscale: #7D7D7D. Windows color (decimal): -9072339 or 2986357. OLE color: 2986357.

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

Color convert

RGB 117 145 45 -
CMYK 0.19 0 0.69 0.43
HSL 76.8º 0.53% 0.37% -
HSV(B) 76.8º 0.69% 0.57% -
XYZ 17.94 24.22 6.21 -
YUV 125.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 117 145 45 0.19 0 0.69 0.43 76.8 0.53 0.37
Hex 75 91 2D 13 0 45 2B 4D 35 25
Octal 165 221 55 23 0 105 53 115 65 45
Binary 1110101 10010001 101101 10011 0 1000101 101011 1001101 110101 100101

Color Harmonies of #75912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75912D

Black with #75912D

Text Example


Text Example

White with #75912D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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