#726F04

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

Shades of Olive #726F04

Tints of Olive #726F04

Color information

#726F04 (or 0x726F04) is unknown color: approx Olive. HEX triplet: 72, 6F and 04. RGB value is (114,111,4). Sum of RGB (Red+Green+Blue) = 114+111+4=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #726F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F04 is #8D90FB. Grayscale: #646464. Windows color (decimal): -9277692 or 290674. OLE color: 290674.

HSL color Cylindrical-coordinate representation of color #726F04: hue angle of 58.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #726F04 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1141114-
CMYK00.030.960.55
HSL58.36º93.22%23.14%-
HSV(B)58.36º96.49%44.71%-
XYZ12.6514.962.33-
YUV99.773.99138.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 111 (43.75% from 255) = 48.47%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=49.78%
G=48.47%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114111400.030.960.5558.3693.2223.14
Hex726F40360373a5d17
Octal162157403140677213527
Binary111001011011111000111100000110111111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726F04; }

 p { color: rgb(114,111,4); }

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

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

 a { background-color: rgb(114,111,4); }

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

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

 span { border-color: rgb(114,111,4); }

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