#98C678

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

Shades of Olivine #98C678

Tints of Olivine #98C678

Color information

#98C678 (or 0x98C678) is unknown color: approx Olivine. HEX triplet: 98, C6 and 78. RGB value is (152,198,120). Sum of RGB (Red+Green+Blue) = 152+198+120=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #98C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C678 is #673987. Grayscale: #AFAFAF. Windows color (decimal): -6764936 or 7915160. OLE color: 7915160.

HSL color Cylindrical-coordinate representation of color #98C678: hue angle of 95.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98C678 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB152198120-
CMYK0.2300.390.22
HSL95.38º40.63%62.35%-
HSV(B)95.38º39.39%77.65%-
XYZ36.5348.4225.19-
YUV175.3596.76111.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=32.34%
G=42.13%
B=25.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521981200.2300.390.2295.3840.6362.35
Hex98C67817027165f293e
Octal23030617027047261375176
Binary10011000110001101111000101110100111101101011111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,198,120); }

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

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

 a { background-color: rgb(152,198,120); }

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

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

 span { border-color: rgb(152,198,120); }

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