#728110

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

Shades of Olive #728110

Tints of Olive #728110

Color information

#728110 (or 0x728110) is unknown color: approx Olive. HEX triplet: 72, 81 and 10. RGB value is (114,129,16). Sum of RGB (Red+Green+Blue) = 114+129+16=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #728110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728110 is #8D7EEF. Grayscale: #707070. Windows color (decimal): -9273072 or 1081714. OLE color: 1081714.

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

Color convert

RGB11412916-
CMYK0.1200.880.49
HSL67.96º77.93%28.43%-
HSV(B)67.96º87.6%50.59%-
XYZ14.8819.323.43-
YUV111.6374.03129.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 129 (50.78% from 255) = 49.81%
BLUE value IS 16 (6.64% from 255) = 6.18%
R=44.02%
G=49.81%
B=6.18%

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
Decimal114129160.1200.880.4967.9677.9328.43
Hex728110C05831444e1c
Octal162201201401306110411634
Binary111001010000001100001100010110001100011000100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728110; }

 p { color: rgb(114,129,16); }

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

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

 a { background-color: rgb(114,129,16); }

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

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

 span { border-color: rgb(114,129,16); }

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