#98B07F

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

Shades of Olivine #98B07F

Tints of Olivine #98B07F

Color information

#98B07F (or 0x98B07F) is unknown color: approx Olivine. HEX triplet: 98, B0 and 7F. RGB value is (152,176,127). Sum of RGB (Red+Green+Blue) = 152+176+127=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #98B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B07F is #674F80. Grayscale: #A3A3A3. Windows color (decimal): -6770561 or 8368280. OLE color: 8368280.

HSL color Cylindrical-coordinate representation of color #98B07F: hue angle of 89.39º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98B07F is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB152176127-
CMYK0.1400.280.31
HSL89.39º23.67%59.41%-
HSV(B)89.39º27.84%69.02%-
XYZ32.339.2625.95-
YUV163.24107.55119.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 127 (50% from 255) = 27.91%
R=33.41%
G=38.68%
B=27.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521761270.1400.280.3189.3923.6759.41
Hex98B07FE01C1F59183b
Octal23026017716034371313073
Binary10011000101100001111111111001110011111101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,176,127); }

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

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

 a { background-color: rgb(152,176,127); }

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

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

 span { border-color: rgb(152,176,127); }

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