#98B972

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

Shades of Olivine #98B972

Tints of Olivine #98B972

Color information

#98B972 (or 0x98B972) is unknown color: approx Olivine. HEX triplet: 98, B9 and 72. RGB value is (152,185,114). Sum of RGB (Red+Green+Blue) = 152+185+114=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #98B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B972 is #67468D. Grayscale: #A7A7A7. Windows color (decimal): -6768270 or 7518616. OLE color: 7518616.

HSL color Cylindrical-coordinate representation of color #98B972: hue angle of 87.89º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98B972 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB152185114-
CMYK0.1800.380.27
HSL87.89º33.65%58.63%-
HSV(B)87.89º38.38%72.55%-
XYZ33.3442.5922.38-
YUV167.0498.07117.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=33.70%
G=41.02%
B=25.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851140.1800.380.2787.8933.6558.63
Hex98B972120261B58223b
Octal23027116222046331304273
Binary10011000101110011110010100100100110110111011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B972; }

 p { color: rgb(152,185,114); }

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

<style>
 a { background-color: #98B972; }

 a { background-color: rgb(152,185,114); }

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

<style>
 span { border-color: #98B972; }

 span { border-color: rgb(152,185,114); }

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