#77B727

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

Shades of Lima #77B727

Tints of Lima #77B727

Color information

#77B727 (or 0x77B727) is unknown color: approx Lima. HEX triplet: 77, B7 and 27. RGB value is (119,183,39). Sum of RGB (Red+Green+Blue) = 119+183+39=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #77B727 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B727 is #8848D8. Grayscale: #939393. Windows color (decimal): -8931545 or 2602871. OLE color: 2602871.

HSL color Cylindrical-coordinate representation of color #77B727: hue angle of 86.67º 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 #77B727 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB11918339-
CMYK0.3500.790.28
HSL86.67º64.86%43.53%-
HSV(B)86.67º78.69%71.76%-
XYZ24.9137.947.93-
YUV147.4566.8107.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 39 (15.62% from 255) = 11.44%
R=34.90%
G=53.67%
B=11.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119183390.3500.790.2886.6764.8643.53
Hex77B7272304F1C57412c
Octal167267474301173412710154
Binary111011110110111100111100011010011111110010101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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