#95AD77

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

Shades of Olivine #95AD77

Tints of Olivine #95AD77

Color information

#95AD77 (or 0x95AD77) is unknown color: approx Olivine. HEX triplet: 95, AD and 77. RGB value is (149,173,119). Sum of RGB (Red+Green+Blue) = 149+173+119=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD77 is #6A5288. Grayscale: #9F9F9F. Windows color (decimal): -6967945 or 7843221. OLE color: 7843221.

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

Color convert

RGB149173119-
CMYK0.1400.310.32
HSL86.67º24.77%57.25%-
HSV(B)86.67º31.21%67.84%-
XYZ30.6737.6123.1-
YUV159.67105.05120.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=33.79%
G=39.23%
B=26.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491731190.1400.310.3286.6724.7757.25
Hex95AD77E01F20571939
Octal22525516716037401273171
Binary100101011010110111101111110011111100000101011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AD77; }

 p { color: rgb(149,173,119); }

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

<style>
 a { background-color: #95AD77; }

 a { background-color: rgb(149,173,119); }

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

<style>
 span { border-color: #95AD77; }

 span { border-color: rgb(149,173,119); }

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