#98AD75

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

Shades of Olivine #98AD75

Tints of Olivine #98AD75

Color information

#98AD75 (or 0x98AD75) is unknown color: approx Olivine. HEX triplet: 98, AD and 75. RGB value is (152,173,117). Sum of RGB (Red+Green+Blue) = 152+173+117=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AD75 is #67528A. Grayscale: #A0A0A0. Windows color (decimal): -6771339 or 7712152. OLE color: 7712152.

HSL color Cylindrical-coordinate representation of color #98AD75: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98AD75 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB152173117-
CMYK0.1200.320.32
HSL82.5º25.45%56.86%-
HSV(B)82.5º32.37%67.84%-
XYZ31.137.8522.5-
YUV160.34103.54122.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=34.39%
G=39.14%
B=26.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731170.1200.320.3282.525.4556.86
Hex98AD75C02020521939
Octal23025516514040401223171
Binary1001100010101101111010111000100000100000101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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