#998705

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

Shades of Olive #998705

Tints of Olive #998705

Color information

#998705 (or 0x998705) is unknown color: approx Olive. HEX triplet: 99, 87 and 05. RGB value is (153,135,5). Sum of RGB (Red+Green+Blue) = 153+135+5=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #998705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998705 is #6678FA. Grayscale: #7E7E7E. Windows color (decimal): -6715643 or 362393. OLE color: 362393.

HSL color Cylindrical-coordinate representation of color #998705: hue angle of 52.7º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #998705 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB1531355-
CMYK00.120.970.4
HSL52.7º93.67%30.98%-
HSV(B)52.7º96.73%60%-
XYZ21.8324.113.65-
YUV125.5659.96147.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=52.22%
G=46.08%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153135500.120.970.452.793.6730.98
Hex998750C6128355e1f
Octal2312075014141506513637
Binary1001100110000111101011001100001101000110101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998705; }

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

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

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

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

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

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

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

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