Html Css Color HEX #75912A Olive Drab

📋 copy color: '#75912A'

red 117 ◦ green 145 ◦ blue 42

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

Shades of Olive Drab #75912A

Tints of Olive Drab #75912A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 38.49%
G = 47.7%
B = 13.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#75912A (or 0x75912A) is known color: Olive Drab. HEX triplet: 75, 91 and 2A. RGB value is (117,145,42). Sum of RGB (Red+Green+Blue) = 117+145+42=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #75912A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75912A is #8A6ED5. Grayscale: #7D7D7D. Windows color (decimal): -9072342 or 2789749. OLE color: 2789749.

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

Color convert

RGB 117 145 42 -
CMYK 0.19 0 0.71 0.43
HSL 76.31º 0.55% 0.37% -
HSV(B) 76.31º 0.71% 0.57% -
XYZ 17.88 24.2 5.92 -
YUV 124.89 81.22 122.38 -
System Red Green Blue C M Y K H S L
Decimal 117 145 42 0.19 0 0.71 0.43 76.31 0.55 0.37
Hex 75 91 2A 13 0 47 2B 4C 37 25
Octal 165 221 52 23 0 107 53 114 67 45
Binary 1110101 10010001 101010 10011 0 1000111 101011 1001100 110111 100101

Color Harmonies of #75912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75912A

Black with #75912A

Text Example


Text Example

White with #75912A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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