#726907

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

Shades of Olive #726907

Tints of Olive #726907

Color information

#726907 (or 0x726907) is unknown color: approx Olive. HEX triplet: 72, 69 and 07. RGB value is (114,105,7). Sum of RGB (Red+Green+Blue) = 114+105+7=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #726907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726907 is #8D96F8. Grayscale: #606060. Windows color (decimal): -9279225 or 485746. OLE color: 485746.

HSL color Cylindrical-coordinate representation of color #726907: hue angle of 54.95º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #726907 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB1141057-
CMYK00.080.940.55
HSL54.95º88.43%23.73%-
HSV(B)54.95º93.86%44.71%-
XYZ12.0313.72.21-
YUV96.5277.48140.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 7 (3.12% from 255) = 3.10%
R=50.44%
G=46.46%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114105700.080.940.5554.9588.4323.73
Hex72697085E37375818
Octal1621517010136676713030
Binary11100101101001111010001011110110111110111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726907; }

 p { color: rgb(114,105,7); }

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

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

 a { background-color: rgb(114,105,7); }

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

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

 span { border-color: rgb(114,105,7); }

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