#978A0A

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

Shades of Olive #978A0A

Tints of Olive #978A0A

Color information

#978A0A (or 0x978A0A) is unknown color: approx Olive. HEX triplet: 97, 8A and 0A. RGB value is (151,138,10). Sum of RGB (Red+Green+Blue) = 151+138+10=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #978A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978A0A is #6875F5. Grayscale: #7F7F7F. Windows color (decimal): -6845942 or 690839. OLE color: 690839.

HSL color Cylindrical-coordinate representation of color #978A0A: hue angle of 54.47º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #978A0A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15113810-
CMYK00.090.930.41
HSL54.47º87.58%31.57%-
HSV(B)54.47º93.38%59.22%-
XYZ21.9124.783.92-
YUV127.361.81144.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 10 (4.30% from 255) = 3.34%
R=50.50%
G=46.15%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511381000.090.930.4154.4787.5831.57
Hex978AA095D29365820
Octal22721212011135516613040
Binary100101111000101010100100110111011010011101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A0A; }

 p { color: rgb(151,138,10); }

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

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

 a { background-color: rgb(151,138,10); }

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

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

 span { border-color: rgb(151,138,10); }

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