#727300

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

Shades of Olive #727300

Tints of Olive #727300

Color information

#727300 (or 0x727300) is unknown color: approx Olive. HEX triplet: 72, 73 and 00. RGB value is (114,115,0). Sum of RGB (Red+Green+Blue) = 114+115+0=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #727300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727300 is #8D8CFF. Grayscale: #666666. Windows color (decimal): -9276672 or 29554. OLE color: 29554.

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

Color convert

RGB1141150-
CMYK0.01010.55
HSL60.52º100%22.55%-
HSV(B)60.52º100%45.1%-
XYZ13.0715.842.37-
YUV101.5970.67136.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.78%
G=50.22%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411500.01010.5560.5210022.55
Hex727301064373d6417
Octal162163010144677514427
Binary111001011100110101100100110111111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727300; }

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

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

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

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

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

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

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

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