#98C760

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

Shades of Olivine #98C760

Tints of Olivine #98C760

Color information

#98C760 (or 0x98C760) is unknown color: approx Olivine. HEX triplet: 98, C7 and 60. RGB value is (152,199,96). Sum of RGB (Red+Green+Blue) = 152+199+96=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #98C760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C760 is #67389F. Grayscale: #ADADAD. Windows color (decimal): -6764704 or 6342552. OLE color: 6342552.

HSL color Cylindrical-coordinate representation of color #98C760: hue angle of 87.38º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98C760 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB15219996-
CMYK0.2400.520.22
HSL87.38º47.91%57.84%-
HSV(B)87.38º51.76%78.04%-
XYZ35.4848.3718.53-
YUV173.284.43112.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=34.00%
G=44.52%
B=21.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152199960.2400.520.2287.3847.9157.84
Hex98C760180341657303a
Octal23030714030064261276072
Binary10011000110001111100000110000110100101101010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,199,96); }

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

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

 a { background-color: rgb(152,199,96); }

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

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

 span { border-color: rgb(152,199,96); }

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