#94880E

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

Shades of Olive #94880E

Tints of Olive #94880E

Color information

#94880E (or 0x94880E) is unknown color: approx Olive. HEX triplet: 94, 88 and 0E. RGB value is (148,136,14). Sum of RGB (Red+Green+Blue) = 148+136+14=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94880E is #6B77F1. Grayscale: #7E7E7E. Windows color (decimal): -7043058 or 952468. OLE color: 952468.

HSL color Cylindrical-coordinate representation of color #94880E: hue angle of 54.63º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94880E is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14813614-
CMYK00.080.910.42
HSL54.63º82.72%31.76%-
HSV(B)54.63º90.54%58.04%-
XYZ21.123.943.92-
YUV125.6864.98143.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=49.66%
G=45.64%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481361400.080.910.4254.6382.7231.76
Hex9488E085B2A375320
Octal22421016010133526712340
Binary100101001000100011100100010110111010101101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94880E; }

 p { color: rgb(148,136,14); }

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

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

 a { background-color: rgb(148,136,14); }

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

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

 span { border-color: rgb(148,136,14); }

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