#72B727

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

Shades of Lima #72B727

Tints of Lima #72B727

Color information

#72B727 (or 0x72B727) is unknown color: approx Lima. HEX triplet: 72, B7 and 27. RGB value is (114,183,39). Sum of RGB (Red+Green+Blue) = 114+183+39=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #72B727 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B727 is #8D48D8. Grayscale: #929292. Windows color (decimal): -9259225 or 2602866. OLE color: 2602866.

HSL color Cylindrical-coordinate representation of color #72B727: hue angle of 88.75º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72B727 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB11418339-
CMYK0.3800.790.28
HSL88.75º64.86%43.53%-
HSV(B)88.75º78.69%71.76%-
XYZ24.2437.597.9-
YUV145.9567.64105.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 183 (71.88% from 255) = 54.46%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=33.93%
G=54.46%
B=11.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183390.3800.790.2888.7564.8643.53
Hex72B7272604F1C59412c
Octal162267474601173413110154
Binary111001010110111100111100110010011111110010110011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B727; }

 p { color: rgb(114,183,39); }

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

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

 a { background-color: rgb(114,183,39); }

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

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

 span { border-color: rgb(114,183,39); }

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