#98AF72

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

Shades of Olivine #98AF72

Tints of Olivine #98AF72

Color information

#98AF72 (or 0x98AF72) is unknown color: approx Olivine. HEX triplet: 98, AF and 72. RGB value is (152,175,114). Sum of RGB (Red+Green+Blue) = 152+175+114=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AF72 is #67508D. Grayscale: #A1A1A1. Windows color (decimal): -6770830 or 7516056. OLE color: 7516056.

HSL color Cylindrical-coordinate representation of color #98AF72: hue angle of 82.62º 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 #98AF72 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB152175114-
CMYK0.1300.350.31
HSL82.62º27.6%56.67%-
HSV(B)82.62º34.86%68.63%-
XYZ31.3238.5521.71-
YUV161.17101.38121.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=34.47%
G=39.68%
B=25.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751140.1300.350.3182.6227.656.67
Hex98AF72D0231F531c39
Octal23025716215043371233471
Binary100110001010111111100101101010001111111101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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