#978701

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

Shades of Olive #978701

Tints of Olive #978701

Color information

#978701 (or 0x978701) is unknown color: approx Olive. HEX triplet: 97, 87 and 01. RGB value is (151,135,1). Sum of RGB (Red+Green+Blue) = 151+135+1=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #978701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978701 is #6878FE. Grayscale: #7D7D7D. Windows color (decimal): -6846719 or 100247. OLE color: 100247.

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

Color convert

RGB1511351-
CMYK00.110.990.41
HSL53.6º98.68%29.8%-
HSV(B)53.6º99.34%59.22%-
XYZ21.4323.913.51-
YUV124.5158.3146.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=52.61%
G=47.04%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151135100.110.990.4153.698.6829.8
Hex978710B632936631e
Octal2272071013143516614336
Binary10010111100001111010111100011101001110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978701; }

 p { color: rgb(151,135,1); }

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

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

 a { background-color: rgb(151,135,1); }

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

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

 span { border-color: rgb(151,135,1); }

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