#98BF7A

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

Shades of Olivine #98BF7A

Tints of Olivine #98BF7A

Color information

#98BF7A (or 0x98BF7A) is unknown color: approx Olivine. HEX triplet: 98, BF and 7A. RGB value is (152,191,122). Sum of RGB (Red+Green+Blue) = 152+191+122=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF7A is #674085. Grayscale: #ABABAB. Windows color (decimal): -6766726 or 8044440. OLE color: 8044440.

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

Color convert

RGB152191122-
CMYK0.2000.360.25
HSL93.91º35.03%61.37%-
HSV(B)93.91º36.13%74.9%-
XYZ35.0945.3425.31-
YUV171.47100.08114.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=32.69%
G=41.08%
B=26.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911220.2000.360.2593.9135.0361.37
Hex98BF7A14024195e233d
Octal23027717224044311364375
Binary10011000101111111111010101000100100110011011110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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