#98B766

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

Shades of Olivine #98B766

Tints of Olivine #98B766

Color information

#98B766 (or 0x98B766) is unknown color: approx Olivine. HEX triplet: 98, B7 and 66. RGB value is (152,183,102). Sum of RGB (Red+Green+Blue) = 152+183+102=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #98B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B766 is #674899. Grayscale: #A4A4A4. Windows color (decimal): -6768794 or 6731672. OLE color: 6731672.

HSL color Cylindrical-coordinate representation of color #98B766: hue angle of 82.96º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98B766 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB152183102-
CMYK0.1700.440.28
HSL82.96º36%55.88%-
HSV(B)82.96º44.26%71.76%-
XYZ32.2841.518.88-
YUV164.592.73119.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=34.78%
G=41.88%
B=23.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521831020.1700.440.2882.963655.88
Hex98B7661102C1C532438
Octal23026714621054341234470
Binary10011000101101111100110100010101100111001010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,183,102); }

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

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

 a { background-color: rgb(152,183,102); }

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

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

 span { border-color: rgb(152,183,102); }

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