#727D0A

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

Shades of Olive #727D0A

Tints of Olive #727D0A

Color information

#727D0A (or 0x727D0A) is unknown color: approx Olive. HEX triplet: 72, 7D and 0A. RGB value is (114,125,10). Sum of RGB (Red+Green+Blue) = 114+125+10=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #727D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727D0A is #8D82F5. Grayscale: #6D6D6D. Windows color (decimal): -9274102 or 687474. OLE color: 687474.

HSL color Cylindrical-coordinate representation of color #727D0A: hue angle of 65.74º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #727D0A is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB11412510-
CMYK0.0900.920.51
HSL65.74º85.19%26.47%-
HSV(B)65.74º92%49.02%-
XYZ14.3318.273.06-
YUV108.672.36131.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 125 (49.22% from 255) = 50.20%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=45.78%
G=50.20%
B=4.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114125100.0900.920.5165.7485.1926.47
Hex727DA905C3342551a
Octal162175121101346310212532
Binary1110010111110110101001010111001100111000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,125,10); }

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

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

 a { background-color: rgb(114,125,10); }

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

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

 span { border-color: rgb(114,125,10); }

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