#727A06

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

Shades of Olive #727A06

Tints of Olive #727A06

Color information

#727A06 (or 0x727A06) is unknown color: approx Olive. HEX triplet: 72, 7A and 06. RGB value is (114,122,6). Sum of RGB (Red+Green+Blue) = 114+122+6=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #727A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A06 is #8D85F9. Grayscale: #6A6A6A. Windows color (decimal): -9274874 or 424562. OLE color: 424562.

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

Color convert

RGB1141226-
CMYK0.0700.950.52
HSL64.14º90.62%25.1%-
HSV(B)64.14º95.08%47.84%-
XYZ13.9317.512.82-
YUV106.3871.35133.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=47.11%
G=50.41%
B=2.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11412260.0700.950.5264.1490.6225.1
Hex727A6705F34405b19
Octal1621726701376410013331
Binary11100101111010110111010111111101001000000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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