#98B976

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

Shades of Olivine #98B976

Tints of Olivine #98B976

Color information

#98B976 (or 0x98B976) is unknown color: approx Olivine. HEX triplet: 98, B9 and 76. RGB value is (152,185,118). Sum of RGB (Red+Green+Blue) = 152+185+118=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #98B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B976 is #674689. Grayscale: #A7A7A7. Windows color (decimal): -6768266 or 7780760. OLE color: 7780760.

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

Color convert

RGB152185118-
CMYK0.1800.360.27
HSL89.55º32.37%59.41%-
HSV(B)89.55º36.22%72.55%-
XYZ33.5742.6823.61-
YUV167.5100.07116.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=33.41%
G=40.66%
B=25.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851180.1800.360.2789.5532.3759.41
Hex98B976120241B5a203b
Octal23027116622044331324073
Binary10011000101110011110110100100100100110111011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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