#98B67F

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

Shades of Olivine #98B67F

Tints of Olivine #98B67F

Color information

#98B67F (or 0x98B67F) is unknown color: approx Olivine. HEX triplet: 98, B6 and 7F. RGB value is (152,182,127). Sum of RGB (Red+Green+Blue) = 152+182+127=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #98B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B67F is #674980. Grayscale: #A6A6A6. Windows color (decimal): -6769025 or 8369816. OLE color: 8369816.

HSL color Cylindrical-coordinate representation of color #98B67F: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98B67F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB152182127-
CMYK0.1600.300.29
HSL92.73º27.36%60.59%-
HSV(B)92.73º30.22%71.37%-
XYZ33.5141.6626.35-
YUV166.76105.56117.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 127 (50% from 255) = 27.55%
R=32.97%
G=39.48%
B=27.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521821270.1600.300.2992.7327.3660.59
Hex98B67F1001E1D5d1b3d
Octal23026617720036351353375
Binary100110001011011011111111000001111011101101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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