#73B127

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

Shades of Lima #73B127

Tints of Lima #73B127

Color information

#73B127 (or 0x73B127) is unknown color: approx Lima. HEX triplet: 73, B1 and 27. RGB value is (115,177,39). Sum of RGB (Red+Green+Blue) = 115+177+39=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #73B127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B127 is #8C4ED8. Grayscale: #8F8F8F. Windows color (decimal): -9195225 or 2601331. OLE color: 2601331.

HSL color Cylindrical-coordinate representation of color #73B127: hue angle of 86.96º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73B127 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB11517739-
CMYK0.3500.780.31
HSL86.96º63.89%42.35%-
HSV(B)86.96º77.97%69.41%-
XYZ23.1635.247.5-
YUV142.7369.46108.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 177 (69.53% from 255) = 53.47%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=34.74%
G=53.47%
B=11.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115177390.3500.780.3186.9663.8942.35
Hex73B1272304E1F57402a
Octal163261474301163712710052
Binary111001110110001100111100011010011101111110101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B127; }

 p { color: rgb(115,177,39); }

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

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

 a { background-color: rgb(115,177,39); }

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

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

 span { border-color: rgb(115,177,39); }

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