#95BF75

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

Shades of Olivine #95BF75

Tints of Olivine #95BF75

Color information

#95BF75 (or 0x95BF75) is unknown color: approx Olivine. HEX triplet: 95, BF and 75. RGB value is (149,191,117). Sum of RGB (Red+Green+Blue) = 149+191+117=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF75 is #6A408A. Grayscale: #AAAAAA. Windows color (decimal): -6963339 or 7716757. OLE color: 7716757.

HSL color Cylindrical-coordinate representation of color #95BF75: hue angle of 94.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95BF75 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB149191117-
CMYK0.2200.390.25
HSL94.05º36.63%60.39%-
HSV(B)94.05º38.74%74.9%-
XYZ34.2444.9423.7-
YUV170.0198.09113.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=32.60%
G=41.79%
B=25.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911170.2200.390.2594.0536.6360.39
Hex95BF7516027195e253c
Octal22527716526047311364574
Binary10010101101111111110101101100100111110011011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,117); }

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

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

 a { background-color: rgb(149,191,117); }

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

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

 span { border-color: rgb(149,191,117); }

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