#95BB69

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

Shades of Olivine #95BB69

Tints of Olivine #95BB69

Color information

#95BB69 (or 0x95BB69) is unknown color: approx Olivine. HEX triplet: 95, BB and 69. RGB value is (149,187,105). Sum of RGB (Red+Green+Blue) = 149+187+105=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BB69 is #6A4496. Grayscale: #A6A6A6. Windows color (decimal): -6964375 or 6929301. OLE color: 6929301.

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

Color convert

RGB149187105-
CMYK0.2000.440.27
HSL87.8º37.61%57.25%-
HSV(B)87.8º43.85%73.33%-
XYZ32.7142.9519.93-
YUV166.2993.41115.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=33.79%
G=42.40%
B=23.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871050.2000.440.2787.837.6157.25
Hex95BB691402C1B582639
Octal22527315124054331304671
Binary10010101101110111101001101000101100110111011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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