#95BF79

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

Shades of Olivine #95BF79

Tints of Olivine #95BF79

Color information

#95BF79 (or 0x95BF79) is unknown color: approx Olivine. HEX triplet: 95, BF and 79. RGB value is (149,191,121). Sum of RGB (Red+Green+Blue) = 149+191+121=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF79 is #6A4086. Grayscale: #AAAAAA. Windows color (decimal): -6963335 or 7978901. OLE color: 7978901.

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

Color convert

RGB149191121-
CMYK0.2200.370.25
HSL96º35.35%61.18%-
HSV(B)96º36.65%74.9%-
XYZ34.4845.0324.96-
YUV170.46100.09112.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=32.32%
G=41.43%
B=26.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911210.2200.370.259635.3561.18
Hex95BF79160251960233d
Octal22527717126045311404375
Binary10010101101111111111001101100100101110011100000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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