#98BF70

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

Shades of Olivine #98BF70

Tints of Olivine #98BF70

Color information

#98BF70 (or 0x98BF70) is unknown color: approx Olivine. HEX triplet: 98, BF and 70. RGB value is (152,191,112). Sum of RGB (Red+Green+Blue) = 152+191+112=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF70 is #67408F. Grayscale: #AAAAAA. Windows color (decimal): -6766736 or 7389080. OLE color: 7389080.

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

Color convert

RGB152191112-
CMYK0.2000.410.25
HSL89.62º38.16%59.41%-
HSV(B)89.62º41.36%74.9%-
XYZ34.545.1122.22-
YUV170.3395.08114.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=33.41%
G=41.98%
B=24.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911120.2000.410.2589.6238.1659.41
Hex98BF7014029195a263b
Octal23027716024051311324673
Binary10011000101111111110000101000101001110011011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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