#98AD6C

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

Shades of Olivine #98AD6C

Tints of Olivine #98AD6C

Color information

#98AD6C (or 0x98AD6C) is unknown color: approx Olivine. HEX triplet: 98, AD and 6C. RGB value is (152,173,108). Sum of RGB (Red+Green+Blue) = 152+173+108=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AD6C is #675293. Grayscale: #9F9F9F. Windows color (decimal): -6771348 or 7122328. OLE color: 7122328.

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

Color convert

RGB152173108-
CMYK0.1200.380.32
HSL79.38º28.38%55.1%-
HSV(B)79.38º37.57%67.84%-
XYZ30.637.6519.84-
YUV159.3199.04122.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=35.10%
G=39.95%
B=24.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731080.1200.380.3279.3828.3855.1
Hex98AD6CC026204f1c37
Octal23025515414046401173467
Binary1001100010101101110110011000100110100000100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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