#98B072

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

Shades of Olivine #98B072

Tints of Olivine #98B072

Color information

#98B072 (or 0x98B072) is unknown color: approx Olivine. HEX triplet: 98, B0 and 72. RGB value is (152,176,114). Sum of RGB (Red+Green+Blue) = 152+176+114=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #98B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B072 is #674F8D. Grayscale: #A1A1A1. Windows color (decimal): -6770574 or 7516312. OLE color: 7516312.

HSL color Cylindrical-coordinate representation of color #98B072: hue angle of 83.23º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98B072 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB152176114-
CMYK0.1400.350.31
HSL83.23º28.18%56.86%-
HSV(B)83.23º35.23%69.02%-
XYZ31.5138.9421.78-
YUV161.76101.05121.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=34.39%
G=39.82%
B=25.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521761140.1400.350.3183.2328.1856.86
Hex98B072E0231F531c39
Octal23026016216043371233471
Binary100110001011000011100101110010001111111101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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