#98B275

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

Shades of Olivine #98B275

Tints of Olivine #98B275

Color information

#98B275 (or 0x98B275) is unknown color: approx Olivine. HEX triplet: 98, B2 and 75. RGB value is (152,178,117). Sum of RGB (Red+Green+Blue) = 152+178+117=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #98B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B275 is #674D8A. Grayscale: #A3A3A3. Windows color (decimal): -6770059 or 7713432. OLE color: 7713432.

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

Color convert

RGB152178117-
CMYK0.1500.340.30
HSL85.57º28.37%57.84%-
HSV(B)85.57º34.27%69.8%-
XYZ32.0839.822.82-
YUV163.27101.89119.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=34.00%
G=39.82%
B=26.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521781170.1500.340.3085.5728.3757.84
Hex98B275F0221E561c3a
Octal23026216517042361263472
Binary100110001011001011101011111010001011110101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,178,117); }

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

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

 a { background-color: rgb(152,178,117); }

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

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

 span { border-color: rgb(152,178,117); }

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