#98947D

Color #98947D Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #98947D

Tints of Grey Olive #98947D

Color information

#98947D (or 0x98947D) is unknown color: approx Grey Olive. HEX triplet: 98, 94 and 7D. RGB value is (152,148,125). Sum of RGB (Red+Green+Blue) = 152+148+125=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #98947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98947D is #676B82. Grayscale: #929292. Windows color (decimal): -6777731 or 8230040. OLE color: 8230040.

HSL color Cylindrical-coordinate representation of color #98947D: hue angle of 51.11º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98947D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152148125-
CMYK00.030.180.40
HSL51.11º11.59%54.31%-
HSV(B)51.11º17.76%59.61%-
XYZ27.2429.3423.63-
YUV146.57115.83131.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=35.76%
G=34.82%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214812500.030.180.4051.1111.5954.31
Hex98947D03122833c36
Octal230224175032250631466
Binary10011000100101001111101011100101010001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98947D; }

 p { color: rgb(152,148,125); }

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

<style>
 a { background-color: #98947D; }

 a { background-color: rgb(152,148,125); }

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

<style>
 span { border-color: #98947D; }

 span { border-color: rgb(152,148,125); }

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