#95B669

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

Shades of Olivine #95B669

Tints of Olivine #95B669

Color information

#95B669 (or 0x95B669) is unknown color: approx Olivine. HEX triplet: 95, B6 and 69. RGB value is (149,182,105). Sum of RGB (Red+Green+Blue) = 149+182+105=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #95B669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B669 is #6A4996. Grayscale: #A3A3A3. Windows color (decimal): -6965655 or 6928021. OLE color: 6928021.

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

Color convert

RGB149182105-
CMYK0.1800.420.29
HSL85.71º34.53%56.27%-
HSV(B)85.71º42.31%71.37%-
XYZ31.6740.8719.58-
YUV163.3595.07117.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=34.17%
G=41.74%
B=24.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491821050.1800.420.2985.7134.5356.27
Hex95B6691202A1D562338
Octal22526615122052351264370
Binary10010101101101101101001100100101010111011010110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,105); }

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

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

 a { background-color: rgb(149,182,105); }

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

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

 span { border-color: rgb(149,182,105); }

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