#727D02

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

Shades of Olive #727D02

Tints of Olive #727D02

Color information

#727D02 (or 0x727D02) is unknown color: approx Olive. HEX triplet: 72, 7D and 02. RGB value is (114,125,2). Sum of RGB (Red+Green+Blue) = 114+125+2=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #727D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727D02 is #8D82FD. Grayscale: #6C6C6C. Windows color (decimal): -9274110 or 163186. OLE color: 163186.

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

Color convert

RGB1141252-
CMYK0.0900.980.51
HSL65.37º96.85%24.9%-
HSV(B)65.37º98.4%49.02%-
XYZ14.2818.252.83-
YUV107.6968.36132.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 125 (49.22% from 255) = 51.87%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=47.30%
G=51.87%
B=0.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11412520.0900.980.5165.3796.8524.9
Hex727D2906233416119
Octal16217521101426310114131
Binary11100101111101101001011000101100111000001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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