Html Css Color HEX #91AD75 Olivine

📋 copy color: '#91AD75'

red 145 ◦ green 173 ◦ blue 117

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

Shades of Olivine #91AD75

Tints of Olivine #91AD75

RGB

 RED value IS 145 (57.03% from 255) = 33.33%

 GREEN value IS 173 (67.97% from 255) = 39.77%

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 33.33%
G = 39.77%
B = 26.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#91AD75 (or 0x91AD75) is known color: Olivine. HEX triplet: 91, AD and 75. RGB value is (145,173,117). Sum of RGB (Red+Green+Blue) = 145+173+117=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #91AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AD75 is #6E528A. Grayscale: #9E9E9E. Windows color (decimal): -7230091 or 7712145. OLE color: 7712145.

HSL color Cylindrical-coordinate representation of color #91AD75: hue angle of 90º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91AD75 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 173 117 -
CMYK 0.16 0 0.32 0.32
HSL 90º 0.25% 0.57% -
HSV(B) 90º 0.32% 0.68% -
XYZ 29.83 37.19 22.44 -
YUV 158.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 145 173 117 0.16 0 0.32 0.32 90 0.25 0.57
Hex 91 AD 75 10 0 20 20 5A 19 39
Octal 221 255 165 20 0 40 40 132 31 71
Binary 10010001 10101101 1110101 10000 0 100000 100000 1011010 11001 111001

Color Harmonies of #91AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AD75

Black with #91AD75

Text Example


Text Example

White with #91AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91AD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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