#91AD75

Color #91AD75 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #91AD75

Tints of Olivine #91AD75

Color information

#91AD75 (or 0x91AD75) is unknown color: approx 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

RGB145173117-
CMYK0.1600.320.32
HSL90º25.45%56.86%-
HSV(B)90º32.37%67.84%-
XYZ29.8337.1922.44-
YUV158.24104.72118.55-

RGB Variations

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

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.90%
R=33.33%
G=39.77%
B=26.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451731170.1600.320.329025.4556.86
Hex91AD7510020205a1939
Octal22125516520040401323171
Binary10010001101011011110101100000100000100000101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>