#998702

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

Shades of Olive #998702

Tints of Olive #998702

Color information

#998702 (or 0x998702) is unknown color: approx Olive. HEX triplet: 99, 87 and 02. RGB value is (153,135,2). Sum of RGB (Red+Green+Blue) = 153+135+2=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #998702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998702 is #6678FD. Grayscale: #7D7D7D. Windows color (decimal): -6715646 or 165785. OLE color: 165785.

HSL color Cylindrical-coordinate representation of color #998702: hue angle of 52.85º 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 #998702 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB1531352-
CMYK00.120.990.4
HSL52.85º97.42%30.39%-
HSV(B)52.85º98.69%60%-
XYZ21.8124.13.56-
YUV125.2258.46147.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=52.76%
G=46.55%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153135200.120.990.452.8597.4230.39
Hex998720C632835611e
Octal2312072014143506514136
Binary100110011000011110011001100011101000110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998702; }

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

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

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

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

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

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

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

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