#95B872

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

Shades of Olivine #95B872

Tints of Olivine #95B872

Color information

#95B872 (or 0x95B872) is unknown color: approx Olivine. HEX triplet: 95, B8 and 72. RGB value is (149,184,114). Sum of RGB (Red+Green+Blue) = 149+184+114=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #95B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B872 is #6A478D. Grayscale: #A5A5A5. Windows color (decimal): -6965134 or 7518357. OLE color: 7518357.

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

Color convert

RGB149184114-
CMYK0.1900.380.28
HSL90º33.02%58.43%-
HSV(B)90º38.04%72.16%-
XYZ32.5741.8922.29-
YUV165.5698.9116.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 41.16%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=33.33%
G=41.16%
B=25.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491841140.1900.380.289033.0258.43
Hex95B872130261C5a213a
Octal22527016223046341324172
Binary10010101101110001110010100110100110111001011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,184,114); }

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

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

 a { background-color: rgb(149,184,114); }

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

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

 span { border-color: rgb(149,184,114); }

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