#727902

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

Shades of Olive #727902

Tints of Olive #727902

Color information

#727902 (or 0x727902) is unknown color: approx Olive. HEX triplet: 72, 79 and 02. RGB value is (114,121,2). Sum of RGB (Red+Green+Blue) = 114+121+2=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #727902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727902 is #8D86FD. Grayscale: #696969. Windows color (decimal): -9275134 or 162162. OLE color: 162162.

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

Color convert

RGB1141212-
CMYK0.0600.980.53
HSL63.53º96.75%24.12%-
HSV(B)63.53º98.35%47.45%-
XYZ13.7917.262.66-
YUV105.3469.68134.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=48.10%
G=51.05%
B=0.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11412120.0600.980.5363.5396.7524.12
Hex72792606235406118
Octal1621712601426510014130
Binary1110010111100110110011000101101011000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727902; }

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

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

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

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

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

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

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

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