#98B373

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

Shades of Olivine #98B373

Tints of Olivine #98B373

Color information

#98B373 (or 0x98B373) is unknown color: approx Olivine. HEX triplet: 98, B3 and 73. RGB value is (152,179,115). Sum of RGB (Red+Green+Blue) = 152+179+115=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #98B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B373 is #674C8C. Grayscale: #A3A3A3. Windows color (decimal): -6769805 or 7582616. OLE color: 7582616.

HSL color Cylindrical-coordinate representation of color #98B373: hue angle of 85.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B373 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB152179115-
CMYK0.1500.360.30
HSL85.31º29.63%57.65%-
HSV(B)85.31º35.75%70.2%-
XYZ32.1640.1522.27-
YUV163.63100.55119.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=34.08%
G=40.13%
B=25.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521791150.1500.360.3085.3129.6357.65
Hex98B373F0241E551e3a
Octal23026316317044361253672
Binary100110001011001111100111111010010011110101010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,179,115); }

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

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

 a { background-color: rgb(152,179,115); }

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

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

 span { border-color: rgb(152,179,115); }

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