#968A0A

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

Shades of Olive #968A0A

Tints of Olive #968A0A

Color information

#968A0A (or 0x968A0A) is unknown color: approx Olive. HEX triplet: 96, 8A and 0A. RGB value is (150,138,10). Sum of RGB (Red+Green+Blue) = 150+138+10=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A0A is #6975F5. Grayscale: #7F7F7F. Windows color (decimal): -6911478 or 690838. OLE color: 690838.

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

Color convert

RGB15013810-
CMYK00.080.930.41
HSL54.86º87.5%31.37%-
HSV(B)54.86º93.33%58.82%-
XYZ21.7224.683.91-
YUV12761.98144.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=50.34%
G=46.31%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501381000.080.930.4154.8687.531.37
Hex968AA085D2937581f
Octal22621212010135516713037
Binary10010110100010101010010001011101101001110111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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