#988702

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

Shades of Olive #988702

Tints of Olive #988702

Color information

#988702 (or 0x988702) is unknown color: approx Olive. HEX triplet: 98, 87 and 02. RGB value is (152,135,2). Sum of RGB (Red+Green+Blue) = 152+135+2=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #988702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988702 is #6778FD. Grayscale: #7D7D7D. Windows color (decimal): -6781182 or 165784. OLE color: 165784.

HSL color Cylindrical-coordinate representation of color #988702: hue angle of 53.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #988702 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1521352-
CMYK00.110.990.40
HSL53.2º97.4%30.2%-
HSV(B)53.2º98.68%59.61%-
XYZ21.6224.013.55-
YUV124.9258.63147.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=52.60%
G=46.71%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152135200.110.990.4053.297.430.2
Hex988720B632835611e
Octal2302072013143506514136
Binary100110001000011110010111100011101000110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988702; }

 p { color: rgb(152,135,2); }

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

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

 a { background-color: rgb(152,135,2); }

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

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

 span { border-color: rgb(152,135,2); }

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