#98BF79

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

Shades of Olivine #98BF79

Tints of Olivine #98BF79

Color information

#98BF79 (or 0x98BF79) is unknown color: approx Olivine. HEX triplet: 98, BF and 79. RGB value is (152,191,121). Sum of RGB (Red+Green+Blue) = 152+191+121=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF79 is #674086. Grayscale: #ABABAB. Windows color (decimal): -6766727 or 7978904. OLE color: 7978904.

HSL color Cylindrical-coordinate representation of color #98BF79: hue angle of 93.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BF79 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB152191121-
CMYK0.2000.370.25
HSL93.43º35.35%61.18%-
HSV(B)93.43º36.65%74.9%-
XYZ35.0345.3224.99-
YUV171.3699.58114.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=32.76%
G=41.16%
B=26.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911210.2000.370.2593.4335.3561.18
Hex98BF7914025195d233d
Octal23027717124045311354375
Binary10011000101111111111001101000100101110011011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,191,121); }

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

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

 a { background-color: rgb(152,191,121); }

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

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

 span { border-color: rgb(152,191,121); }

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