#95B779

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

Shades of Olivine #95B779

Tints of Olivine #95B779

Color information

#95B779 (or 0x95B779) is unknown color: approx Olivine. HEX triplet: 95, B7 and 79. RGB value is (149,183,121). Sum of RGB (Red+Green+Blue) = 149+183+121=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #95B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B779 is #6A4886. Grayscale: #A5A5A5. Windows color (decimal): -6965383 or 7976853. OLE color: 7976853.

HSL color Cylindrical-coordinate representation of color #95B779: hue angle of 92.9º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95B779 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB149183121-
CMYK0.1900.340.28
HSL92.9º30.1%59.61%-
HSV(B)92.9º33.88%71.76%-
XYZ32.7841.6424.4-
YUV165.77102.74116.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=32.89%
G=40.40%
B=26.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491831210.1900.340.2892.930.159.61
Hex95B779130221C5d1e3c
Octal22526717123042341353674
Binary1001010110110111111100110011010001011100101110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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