#95BB7B

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

Shades of Olivine #95BB7B

Tints of Olivine #95BB7B

Color information

#95BB7B (or 0x95BB7B) is unknown color: approx Olivine. HEX triplet: 95, BB and 7B. RGB value is (149,187,123). Sum of RGB (Red+Green+Blue) = 149+187+123=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BB7B is #6A4484. Grayscale: #A8A8A8. Windows color (decimal): -6964357 or 8108949. OLE color: 8108949.

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

Color convert

RGB149187123-
CMYK0.2000.340.27
HSL95.62º32%60.78%-
HSV(B)95.62º34.22%73.33%-
XYZ33.7443.3625.33-
YUV168.34102.41114.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=32.46%
G=40.74%
B=26.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871230.2000.340.2795.623260.78
Hex95BB7B140221B60203d
Octal22527317324042331404075
Binary10010101101110111111011101000100010110111100000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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