#95B468

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

Shades of Olivine #95B468

Tints of Olivine #95B468

Color information

#95B468 (or 0x95B468) is unknown color: approx Olivine. HEX triplet: 95, B4 and 68. RGB value is (149,180,104). Sum of RGB (Red+Green+Blue) = 149+180+104=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #95B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B468 is #6A4B97. Grayscale: #A2A2A2. Windows color (decimal): -6966168 or 6861973. OLE color: 6861973.

HSL color Cylindrical-coordinate representation of color #95B468: hue angle of 84.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95B468 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB149180104-
CMYK0.1700.420.29
HSL84.47º33.63%55.69%-
HSV(B)84.47º42.22%70.59%-
XYZ31.2140.0319.18-
YUV162.0795.23118.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=34.41%
G=41.57%
B=24.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491801040.1700.420.2984.4733.6355.69
Hex95B4681102A1D542238
Octal22526415021052351244270
Binary10010101101101001101000100010101010111011010100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,104); }

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

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

 a { background-color: rgb(149,180,104); }

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

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

 span { border-color: rgb(149,180,104); }

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