#78A627

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

Shades of Lima #78A627

Tints of Lima #78A627

Color information

#78A627 (or 0x78A627) is unknown color: approx Lima. HEX triplet: 78, A6 and 27. RGB value is (120,166,39). Sum of RGB (Red+Green+Blue) = 120+166+39=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #78A627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A627 is #8759D8. Grayscale: #8A8A8A. Windows color (decimal): -8870361 or 2598520. OLE color: 2598520.

HSL color Cylindrical-coordinate representation of color #78A627: hue angle of 81.73º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78A627 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB12016639-
CMYK0.2800.770.35
HSL81.73º61.95%40.2%-
HSV(B)81.73º76.51%65.1%-
XYZ21.7531.416.84-
YUV137.7772.26115.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 39 (15.62% from 255) = 12%
R=36.92%
G=51.08%
B=12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120166390.2800.770.3581.7361.9540.2
Hex78A6271C04D23523e28
Octal17024647340115431227650
Binary11110001010011010011111100010011011000111010010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A627; }

 p { color: rgb(120,166,39); }

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

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

 a { background-color: rgb(120,166,39); }

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

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

 span { border-color: rgb(120,166,39); }

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