#727303

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

Shades of Olive #727303

Tints of Olive #727303

Color information

#727303 (or 0x727303) is unknown color: approx Olive. HEX triplet: 72, 73 and 03. RGB value is (114,115,3). Sum of RGB (Red+Green+Blue) = 114+115+3=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #727303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727303 is #8D8CFC. Grayscale: #666666. Windows color (decimal): -9276669 or 226162. OLE color: 226162.

HSL color Cylindrical-coordinate representation of color #727303: hue angle of 60.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #727303 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB1141153-
CMYK0.0100.970.55
HSL60.54º94.92%23.14%-
HSV(B)60.54º97.39%45.1%-
XYZ13.0915.852.45-
YUV101.9372.17136.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=49.14%
G=49.57%
B=1.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411530.0100.970.5560.5494.9223.14
Hex727331061373d5f17
Octal162163310141677513727
Binary1110010111001111101100001110111111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727303; }

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

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

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

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

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

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

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

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