#98AE6D

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

Shades of Olivine #98AE6D

Tints of Olivine #98AE6D

Color information

#98AE6D (or 0x98AE6D) is unknown color: approx Olivine. HEX triplet: 98, AE and 6D. RGB value is (152,174,109). Sum of RGB (Red+Green+Blue) = 152+174+109=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AE6D is #675192. Grayscale: #A0A0A0. Windows color (decimal): -6771091 or 7188120. OLE color: 7188120.

HSL color Cylindrical-coordinate representation of color #98AE6D: hue angle of 80.31º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98AE6D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB152174109-
CMYK0.1300.370.32
HSL80.31º28.63%55.49%-
HSV(B)80.31º37.36%68.24%-
XYZ30.8538.0520.19-
YUV160.0199.21122.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=34.94%
G=40%
B=25.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521741090.1300.370.3280.3128.6355.49
Hex98AE6DD02520501d37
Octal23025615515045401203567
Binary1001100010101110110110111010100101100000101000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,109); }

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

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

 a { background-color: rgb(152,174,109); }

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

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

 span { border-color: rgb(152,174,109); }

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