#98B374

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

Shades of Olivine #98B374

Tints of Olivine #98B374

Color information

#98B374 (or 0x98B374) is unknown color: approx Olivine. HEX triplet: 98, B3 and 74. RGB value is (152,179,116). Sum of RGB (Red+Green+Blue) = 152+179+116=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #98B374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B374 is #674C8B. Grayscale: #A3A3A3. Windows color (decimal): -6769804 or 7648152. OLE color: 7648152.

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

Color convert

RGB152179116-
CMYK0.1500.350.30
HSL85.71º29.3%57.84%-
HSV(B)85.71º35.2%70.2%-
XYZ32.2240.1822.58-
YUV163.74101.05119.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=34.00%
G=40.04%
B=25.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521791160.1500.350.3085.7129.357.84
Hex98B374F0231E561d3a
Octal23026316417043361263572
Binary100110001011001111101001111010001111110101011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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