#95B967

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

Shades of Olivine #95B967

Tints of Olivine #95B967

Color information

#95B967 (or 0x95B967) is unknown color: approx Olivine. HEX triplet: 95, B9 and 67. RGB value is (149,185,103). Sum of RGB (Red+Green+Blue) = 149+185+103=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #95B967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B967 is #6A4698. Grayscale: #A5A5A5. Windows color (decimal): -6964889 or 6797717. OLE color: 6797717.

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

Color convert

RGB149185103-
CMYK0.1900.440.27
HSL86.34º36.94%56.47%-
HSV(B)86.34º44.32%72.55%-
XYZ32.1942.0719.25-
YUV164.8993.07116.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=34.10%
G=42.33%
B=23.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491851030.1900.440.2786.3436.9456.47
Hex95B9671302C1B562538
Octal22527114723054331264570
Binary10010101101110011100111100110101100110111010110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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