#98AF69

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

Shades of Olivine #98AF69

Tints of Olivine #98AF69

Color information

#98AF69 (or 0x98AF69) is unknown color: approx Olivine. HEX triplet: 98, AF and 69. RGB value is (152,175,105). Sum of RGB (Red+Green+Blue) = 152+175+105=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AF69 is #675096. Grayscale: #A0A0A0. Windows color (decimal): -6770839 or 6926232. OLE color: 6926232.

HSL color Cylindrical-coordinate representation of color #98AF69: hue angle of 79.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98AF69 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB152175105-
CMYK0.1300.400.31
HSL79.71º30.43%54.9%-
HSV(B)79.71º40%68.63%-
XYZ30.8338.3619.14-
YUV160.1496.88122.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=35.19%
G=40.51%
B=24.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751050.1300.400.3179.7130.4354.9
Hex98AF69D0281F501e37
Octal23025715115050371203667
Binary100110001010111111010011101010100011111101000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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