#727C06

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

Shades of Olive #727C06

Tints of Olive #727C06

Color information

#727C06 (or 0x727C06) is unknown color: approx Olive. HEX triplet: 72, 7C and 06. RGB value is (114,124,6). Sum of RGB (Red+Green+Blue) = 114+124+6=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #727C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C06 is #8D83F9. Grayscale: #6C6C6C. Windows color (decimal): -9274362 or 425074. OLE color: 425074.

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

Color convert

RGB1141246-
CMYK0.0800.950.51
HSL65.08º90.77%25.49%-
HSV(B)65.08º95.16%48.63%-
XYZ14.1818.012.9-
YUV107.5670.69132.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 6 (2.73% from 255) = 2.46%
R=46.72%
G=50.82%
B=2.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11412460.0800.950.5165.0890.7725.49
Hex727C6805F33415b19
Octal16217461001376310113331
Binary111001011111001101000010111111100111000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727C06; }

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

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

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

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

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

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

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

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