#95B97B

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

Shades of Olivine #95B97B

Tints of Olivine #95B97B

Color information

#95B97B (or 0x95B97B) is unknown color: approx Olivine. HEX triplet: 95, B9 and 7B. RGB value is (149,185,123). Sum of RGB (Red+Green+Blue) = 149+185+123=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #95B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B97B is #6A4684. Grayscale: #A7A7A7. Windows color (decimal): -6964869 or 8108437. OLE color: 8108437.

HSL color Cylindrical-coordinate representation of color #95B97B: hue angle of 94.84º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95B97B is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB149185123-
CMYK0.1900.340.27
HSL94.84º30.69%60.39%-
HSV(B)94.84º33.51%72.55%-
XYZ33.3242.5225.19-
YUV167.17103.07115.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=32.60%
G=40.48%
B=26.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491851230.1900.340.2794.8430.6960.39
Hex95B97B130221B5f1f3c
Octal22527117323042331373774
Binary1001010110111001111101110011010001011011101111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,123); }

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

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

 a { background-color: rgb(149,185,123); }

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

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

 span { border-color: rgb(149,185,123); }

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