#95B680

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

Shades of Olivine #95B680

Tints of Olivine #95B680

Color information

#95B680 (or 0x95B680) is unknown color: approx Olivine. HEX triplet: 95, B6 and 80. RGB value is (149,182,128). Sum of RGB (Red+Green+Blue) = 149+182+128=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #95B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B680 is #6A497F. Grayscale: #A6A6A6. Windows color (decimal): -6965632 or 8435349. OLE color: 8435349.

HSL color Cylindrical-coordinate representation of color #95B680: hue angle of 96.67º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95B680 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB149182128-
CMYK0.1800.300.29
HSL96.67º27%60.78%-
HSV(B)96.67º29.67%71.37%-
XYZ33.0241.426.67-
YUV165.98106.57115.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=32.46%
G=39.65%
B=27.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491821280.1800.300.2996.672760.78
Hex95B6801201E1D611b3d
Octal22526620022036351413375
Binary1001010110110110100000001001001111011101110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,128); }

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

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

 a { background-color: rgb(149,182,128); }

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

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

 span { border-color: rgb(149,182,128); }

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