#95B07A

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

Shades of Olivine #95B07A

Tints of Olivine #95B07A

Color information

#95B07A (or 0x95B07A) is unknown color: approx Olivine. HEX triplet: 95, B0 and 7A. RGB value is (149,176,122). Sum of RGB (Red+Green+Blue) = 149+176+122=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #95B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B07A is #6A4F85. Grayscale: #A1A1A1. Windows color (decimal): -6967174 or 8040597. OLE color: 8040597.

HSL color Cylindrical-coordinate representation of color #95B07A: hue angle of 90º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95B07A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB149176122-
CMYK0.1500.310.31
HSL90º25.47%58.43%-
HSV(B)90º30.68%69.02%-
XYZ31.4338.8524.25-
YUV161.77105.55118.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=33.33%
G=39.37%
B=27.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491761220.1500.310.319025.4758.43
Hex95B07AF01F1F5a193a
Octal22526017217037371323172
Binary10010101101100001111010111101111111111101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,176,122); }

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

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

 a { background-color: rgb(149,176,122); }

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

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

 span { border-color: rgb(149,176,122); }

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