#728306

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

Shades of Olive #728306

Tints of Olive #728306

Color information

#728306 (or 0x728306) is unknown color: approx Olive. HEX triplet: 72, 83 and 06. RGB value is (114,131,6). Sum of RGB (Red+Green+Blue) = 114+131+6=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #728306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728306 is #8D7CF9. Grayscale: #707070. Windows color (decimal): -9272570 or 426866. OLE color: 426866.

HSL color Cylindrical-coordinate representation of color #728306: hue angle of 68.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #728306 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1141316-
CMYK0.1300.950.49
HSL68.16º91.24%26.86%-
HSV(B)68.16º95.42%51.37%-
XYZ15.0919.823.2-
YUV111.6768.37129.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 131 (51.56% from 255) = 52.19%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=45.42%
G=52.19%
B=2.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11413160.1300.950.4968.1691.2426.86
Hex72836D05F31445b1b
Octal16220361501376110413333
Binary1110010100000111101101010111111100011000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728306; }

 p { color: rgb(114,131,6); }

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

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

 a { background-color: rgb(114,131,6); }

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

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

 span { border-color: rgb(114,131,6); }

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