#727602

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

Shades of Olive #727602

Tints of Olive #727602

Color information

#727602 (or 0x727602) is unknown color: approx Olive. HEX triplet: 72, 76 and 02. RGB value is (114,118,2). Sum of RGB (Red+Green+Blue) = 114+118+2=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #727602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727602 is #8D89FD. Grayscale: #686868. Windows color (decimal): -9275902 or 161394. OLE color: 161394.

HSL color Cylindrical-coordinate representation of color #727602: hue angle of 62.07º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #727602 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB1141182-
CMYK0.0300.980.54
HSL62.07º96.67%23.53%-
HSV(B)62.07º98.31%46.27%-
XYZ13.4316.542.54-
YUV103.5870.67135.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=48.72%
G=50.43%
B=0.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11411820.0300.980.5462.0796.6723.53
Hex727623062363e6118
Octal162166230142667614130
Binary11100101110110101101100010110110111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727602; }

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

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

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

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

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

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

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

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