#78B72D

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

Shades of Lima #78B72D

Tints of Lima #78B72D

Color information

#78B72D (or 0x78B72D) is unknown color: approx Lima. HEX triplet: 78, B7 and 2D. RGB value is (120,183,45). Sum of RGB (Red+Green+Blue) = 120+183+45=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #78B72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B72D is #8748D2. Grayscale: #949494. Windows color (decimal): -8866003 or 2996088. OLE color: 2996088.

HSL color Cylindrical-coordinate representation of color #78B72D: hue angle of 87.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78B72D is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB12018345-
CMYK0.3400.750.28
HSL87.39º60.53%44.71%-
HSV(B)87.39º75.41%71.76%-
XYZ25.1538.058.5-
YUV148.4369.63107.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 183 (71.88% from 255) = 52.59%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=34.48%
G=52.59%
B=12.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183450.3400.750.2887.3960.5344.71
Hex78B72D2204B1C573d2d
Octal17026755420113341277555
Binary11110001011011110110110001001001011111001010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,45); }

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

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

 a { background-color: rgb(120,183,45); }

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

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

 span { border-color: rgb(120,183,45); }

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