#727A03

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

Shades of Olive #727A03

Tints of Olive #727A03

Color information

#727A03 (or 0x727A03) is unknown color: approx Olive. HEX triplet: 72, 7A and 03. RGB value is (114,122,3). Sum of RGB (Red+Green+Blue) = 114+122+3=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #727A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A03 is #8D85FC. Grayscale: #6A6A6A. Windows color (decimal): -9274877 or 227954. OLE color: 227954.

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

Color convert

RGB1141223-
CMYK0.0700.980.52
HSL64.03º95.2%24.51%-
HSV(B)64.03º97.54%47.84%-
XYZ13.9217.52.73-
YUV106.0469.85133.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=47.70%
G=51.05%
B=1.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11412230.0700.980.5264.0395.224.51
Hex727A3706234405f19
Octal1621723701426410013731
Binary1110010111101011111011000101101001000000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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