#98B369

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

Shades of Olivine #98B369

Tints of Olivine #98B369

Color information

#98B369 (or 0x98B369) is unknown color: approx Olivine. HEX triplet: 98, B3 and 69. RGB value is (152,179,105). Sum of RGB (Red+Green+Blue) = 152+179+105=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #98B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B369 is #674C96. Grayscale: #A2A2A2. Windows color (decimal): -6769815 or 6927256. OLE color: 6927256.

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

Color convert

RGB152179105-
CMYK0.1500.410.30
HSL81.89º32.74%55.69%-
HSV(B)81.89º41.34%70.2%-
XYZ31.6239.9419.41-
YUV162.4995.55120.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=34.86%
G=41.06%
B=24.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521791050.1500.410.3081.8932.7455.69
Hex98B369F0291E522138
Octal23026315117051361224170
Binary1001100010110011110100111110101001111101010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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