#95B565

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

Shades of Olivine #95B565

Tints of Olivine #95B565

Color information

#95B565 (or 0x95B565) is unknown color: approx Olivine. HEX triplet: 95, B5 and 65. RGB value is (149,181,101). Sum of RGB (Red+Green+Blue) = 149+181+101=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #95B565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B565 is #6A4A9A. Grayscale: #A2A2A2. Windows color (decimal): -6965915 or 6665621. OLE color: 6665621.

HSL color Cylindrical-coordinate representation of color #95B565: hue angle of 84º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95B565 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB149181101-
CMYK0.1800.440.29
HSL84º35.09%55.29%-
HSV(B)84º44.2%70.98%-
XYZ31.2740.3818.46-
YUV162.3193.4118.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=34.57%
G=42.00%
B=23.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811010.1800.440.298435.0955.29
Hex95B5651202C1D542337
Octal22526514522054351244367
Binary10010101101101011100101100100101100111011010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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