#738210

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

Shades of Olive #738210

Tints of Olive #738210

Color information

#738210 (or 0x738210) is unknown color: approx Olive. HEX triplet: 73, 82 and 10. RGB value is (115,130,16). Sum of RGB (Red+Green+Blue) = 115+130+16=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #738210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738210 is #8C7DEF. Grayscale: #707070. Windows color (decimal): -9207280 or 1081971. OLE color: 1081971.

HSL color Cylindrical-coordinate representation of color #738210: hue angle of 67.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #738210 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB11513016-
CMYK0.1200.880.49
HSL67.89º78.08%28.63%-
HSV(B)67.89º87.69%50.98%-
XYZ15.1519.653.48-
YUV112.5273.53129.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=44.06%
G=49.81%
B=6.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130160.1200.880.4967.8978.0828.63
Hex738210C05831444e1d
Octal163202201401306110411635
Binary111001110000010100001100010110001100011000100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738210; }

 p { color: rgb(115,130,16); }

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

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

 a { background-color: rgb(115,130,16); }

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

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

 span { border-color: rgb(115,130,16); }

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