#998D06

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

Shades of Olive #998D06

Tints of Olive #998D06

Color information

#998D06 (or 0x998D06) is unknown color: approx Olive. HEX triplet: 99, 8D and 06. RGB value is (153,141,6). Sum of RGB (Red+Green+Blue) = 153+141+6=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D06 is #6672F9. Grayscale: #818181. Windows color (decimal): -6714106 or 429465. OLE color: 429465.

HSL color Cylindrical-coordinate representation of color #998D06: hue angle of 55.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #998D06 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB1531416-
CMYK00.080.960.4
HSL55.1º92.45%31.18%-
HSV(B)55.1º96.08%60%-
XYZ22.6925.843.96-
YUV129.258.48144.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 6 (2.73% from 255) = 2%
R=51%
G=47%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153141600.080.960.455.192.4531.18
Hex998D6086028375c1f
Octal2312156010140506713437
Binary1001100110001101110010001100000101000110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D06; }

 p { color: rgb(153,141,6); }

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

<style>
 a { background-color: #998D06; }

 a { background-color: rgb(153,141,6); }

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

<style>
 span { border-color: #998D06; }

 span { border-color: rgb(153,141,6); }

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