#95B87B

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

Shades of Olivine #95B87B

Tints of Olivine #95B87B

Color information

#95B87B (or 0x95B87B) is unknown color: approx Olivine. HEX triplet: 95, B8 and 7B. RGB value is (149,184,123). Sum of RGB (Red+Green+Blue) = 149+184+123=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #95B87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B87B is #6A4784. Grayscale: #A6A6A6. Windows color (decimal): -6965125 or 8108181. OLE color: 8108181.

HSL color Cylindrical-coordinate representation of color #95B87B: hue angle of 94.43º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95B87B is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB149184123-
CMYK0.1900.330.28
HSL94.43º30.05%60.2%-
HSV(B)94.43º33.15%72.16%-
XYZ33.1142.125.12-
YUV166.58103.4115.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=32.68%
G=40.35%
B=26.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491841230.1900.330.2894.4330.0560.2
Hex95B87B130211C5e1e3c
Octal22527017323041341363674
Binary1001010110111000111101110011010000111100101111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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