#728406

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

Shades of Olive #728406

Tints of Olive #728406

Color information

#728406 (or 0x728406) is unknown color: approx Olive. HEX triplet: 72, 84 and 06. RGB value is (114,132,6). Sum of RGB (Red+Green+Blue) = 114+132+6=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #728406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728406 is #8D7BF9. Grayscale: #707070. Windows color (decimal): -9272314 or 427122. OLE color: 427122.

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

Color convert

RGB1141326-
CMYK0.1400.950.48
HSL68.57º91.3%27.06%-
HSV(B)68.57º95.45%51.76%-
XYZ15.2220.093.25-
YUV112.2568.04129.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=45.24%
G=52.38%
B=2.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11413260.1400.950.4868.5791.327.06
Hex72846E05F30455b1b
Octal16220461601376010513333
Binary1110010100001001101110010111111100001000101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728406; }

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

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

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

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

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

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

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

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