#988F03

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

Shades of Olive #988F03

Tints of Olive #988F03

Color information

#988F03 (or 0x988F03) is unknown color: approx Olive. HEX triplet: 98, 8F and 03. RGB value is (152,143,3). Sum of RGB (Red+Green+Blue) = 152+143+3=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #988F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F03 is #6770FC. Grayscale: #828282. Windows color (decimal): -6779133 or 233368. OLE color: 233368.

HSL color Cylindrical-coordinate representation of color #988F03: hue angle of 56.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #988F03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB1521433-
CMYK00.060.980.40
HSL56.38º96.13%30.39%-
HSV(B)56.38º98.03%59.61%-
XYZ22.7926.333.97-
YUV129.7356.48143.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 143 (56.25% from 255) = 47.99%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=51.01%
G=47.99%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152143300.060.980.4056.3896.1330.39
Hex988F306622838601e
Octal230217306142507014036
Binary10011000100011111101101100010101000111000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988F03; }

 p { color: rgb(152,143,3); }

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

<style>
 a { background-color: #988F03; }

 a { background-color: rgb(152,143,3); }

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

<style>
 span { border-color: #988F03; }

 span { border-color: rgb(152,143,3); }

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