#98CA74

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

Shades of Olivine #98CA74

Tints of Olivine #98CA74

Color information

#98CA74 (or 0x98CA74) is unknown color: approx Olivine. HEX triplet: 98, CA and 74. RGB value is (152,202,116). Sum of RGB (Red+Green+Blue) = 152+202+116=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA74 is #67358B. Grayscale: #B1B1B1. Windows color (decimal): -6763916 or 7654040. OLE color: 7654040.

HSL color Cylindrical-coordinate representation of color #98CA74: hue angle of 94.88º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98CA74 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB152202116-
CMYK0.2500.430.21
HSL94.88º44.79%62.35%-
HSV(B)94.88º42.57%79.22%-
XYZ37.2250.1824.25-
YUV177.2593.44109.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=32.34%
G=42.98%
B=24.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021160.2500.430.2194.8844.7962.35
Hex98CA741902B155f2d3e
Octal23031216431053251375576
Binary10011000110010101110100110010101011101011011111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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