#738D0A

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

Shades of Olive #738D0A

Tints of Olive #738D0A

Color information

#738D0A (or 0x738D0A) is unknown color: approx Olive. HEX triplet: 73, 8D and 0A. RGB value is (115,141,10). Sum of RGB (Red+Green+Blue) = 115+141+10=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #738D0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738D0A is #8C72F5. Grayscale: #767676. Windows color (decimal): -9204470 or 691571. OLE color: 691571.

HSL color Cylindrical-coordinate representation of color #738D0A: hue angle of 71.91º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #738D0A is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB11514110-
CMYK0.1800.930.45
HSL71.91º86.75%29.61%-
HSV(B)71.91º92.91%55.29%-
XYZ16.6522.723.79-
YUV118.2966.89125.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 141 (55.47% from 255) = 53.01%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=43.23%
G=53.01%
B=3.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115141100.1800.930.4571.9186.7529.61
Hex738DA1205D2D48571e
Octal163215122201355511012736
Binary111001110001101101010010010111011011011001000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738D0A; }

 p { color: rgb(115,141,10); }

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

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

 a { background-color: rgb(115,141,10); }

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

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

 span { border-color: rgb(115,141,10); }

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