#98AF80

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

Shades of Olivine #98AF80

Tints of Olivine #98AF80

Color information

#98AF80 (or 0x98AF80) is unknown color: approx Olivine. HEX triplet: 98, AF and 80. RGB value is (152,175,128). Sum of RGB (Red+Green+Blue) = 152+175+128=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AF80 is #67507F. Grayscale: #A2A2A2. Windows color (decimal): -6770816 or 8433560. OLE color: 8433560.

HSL color Cylindrical-coordinate representation of color #98AF80: hue angle of 89.36º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98AF80 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB152175128-
CMYK0.1300.270.31
HSL89.36º22.71%59.41%-
HSV(B)89.36º26.86%68.63%-
XYZ32.1838.8926.23-
YUV162.77108.38120.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=33.41%
G=38.46%
B=28.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751280.1300.270.3189.3622.7159.41
Hex98AF80D01B1F59173b
Octal23025720015033371312773
Binary100110001010111110000000110101101111111101100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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