#95B965

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

Shades of Olivine #95B965

Tints of Olivine #95B965

Color information

#95B965 (or 0x95B965) is unknown color: approx Olivine. HEX triplet: 95, B9 and 65. RGB value is (149,185,101). Sum of RGB (Red+Green+Blue) = 149+185+101=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #95B965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B965 is #6A469A. Grayscale: #A4A4A4. Windows color (decimal): -6964891 or 6666645. OLE color: 6666645.

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

Color convert

RGB149185101-
CMYK0.1900.450.27
HSL85.71º37.5%56.08%-
HSV(B)85.71º45.41%72.55%-
XYZ32.0942.0318.73-
YUV164.6692.07116.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=34.25%
G=42.53%
B=23.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491851010.1900.450.2785.7137.556.08
Hex95B9651302D1B562638
Octal22527114523055331264670
Binary10010101101110011100101100110101101110111010110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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