#98B07A

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

Shades of Olivine #98B07A

Tints of Olivine #98B07A

Color information

#98B07A (or 0x98B07A) is unknown color: approx Olivine. HEX triplet: 98, B0 and 7A. RGB value is (152,176,122). Sum of RGB (Red+Green+Blue) = 152+176+122=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #98B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B07A is #674F85. Grayscale: #A2A2A2. Windows color (decimal): -6770566 or 8040600. OLE color: 8040600.

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

Color convert

RGB152176122-
CMYK0.1400.310.31
HSL86.67º25.47%58.43%-
HSV(B)86.67º30.68%69.02%-
XYZ31.9939.1324.28-
YUV162.67105.05120.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 176 (69.14% from 255) = 39.11%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=33.78%
G=39.11%
B=27.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521761220.1400.310.3186.6725.4758.43
Hex98B07AE01F1F57193a
Octal23026017216037371273172
Binary10011000101100001111010111001111111111101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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