#78A92B

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

Shades of Lima #78A92B

Tints of Lima #78A92B

Color information

#78A92B (or 0x78A92B) is unknown color: approx Lima. HEX triplet: 78, A9 and 2B. RGB value is (120,169,43). Sum of RGB (Red+Green+Blue) = 120+169+43=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #78A92B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A92B is #8756D4. Grayscale: #8C8C8C. Windows color (decimal): -8869589 or 2861432. OLE color: 2861432.

HSL color Cylindrical-coordinate representation of color #78A92B: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78A92B is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB12016943-
CMYK0.2900.750.34
HSL83.33º59.43%41.57%-
HSV(B)83.33º74.56%66.27%-
XYZ22.3732.547.39-
YUV139.9873.27113.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=36.14%
G=50.90%
B=12.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120169430.2900.750.3483.3359.4341.57
Hex78A92B1D04B22533b2a
Octal17025153350113421237352
Binary11110001010100110101111101010010111000101010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,169,43); }

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

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

 a { background-color: rgb(120,169,43); }

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

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

 span { border-color: rgb(120,169,43); }

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