#98B168

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

Shades of Olivine #98B168

Tints of Olivine #98B168

Color information

#98B168 (or 0x98B168) is unknown color: approx Olivine. HEX triplet: 98, B1 and 68. RGB value is (152,177,104). Sum of RGB (Red+Green+Blue) = 152+177+104=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #98B168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B168 is #674E97. Grayscale: #A1A1A1. Windows color (decimal): -6770328 or 6861208. OLE color: 6861208.

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

Color convert

RGB152177104-
CMYK0.1400.410.31
HSL80.55º31.88%55.1%-
HSV(B)80.55º41.24%69.41%-
XYZ31.1739.1219-
YUV161.295.72121.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=35.10%
G=40.88%
B=24.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521771040.1400.410.3180.5531.8855.1
Hex98B168E0291F512037
Octal23026115016051371214067
Binary1001100010110001110100011100101001111111010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,177,104); }

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

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

 a { background-color: rgb(152,177,104); }

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

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

 span { border-color: rgb(152,177,104); }

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