#91AC7D

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

Shades of Olivine #91AC7D

Tints of Olivine #91AC7D

Color information

#91AC7D (or 0x91AC7D) is unknown color: approx Olivine. HEX triplet: 91, AC and 7D. RGB value is (145,172,125). Sum of RGB (Red+Green+Blue) = 145+172+125=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AC7D is #6E5382. Grayscale: #9E9E9E. Windows color (decimal): -7230339 or 8236177. OLE color: 8236177.

HSL color Cylindrical-coordinate representation of color #91AC7D: hue angle of 94.47º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91AC7D is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB145172125-
CMYK0.1600.270.33
HSL94.47º22.07%58.24%-
HSV(B)94.47º27.33%67.45%-
XYZ30.1337.0124.96-
YUV158.57109.05118.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.81%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=32.81%
G=38.91%
B=28.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451721250.1600.270.3394.4722.0758.24
Hex91AC7D1001B215e163a
Octal22125417520033411362672
Binary1001000110101100111110110000011011100001101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,172,125); }

 H1.HeaderClassName
 {
   color: #91AC7D;
 }
 .AnyTagClassName
 {
   color: #91AC7D;
 }
</style>
background-color css

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

 a { background-color: rgb(145,172,125); }

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

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

 span { border-color: rgb(145,172,125); }

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