Html Css Color HEX #78A120 Lima

📋 copy color: '#78A120'

red 120 ◦ green 161 ◦ blue 32

#78A120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #78A120

Tints of Lima #78A120

RGB

 RED value IS 120 (47.27% from 255) = 38.34%

 GREEN value IS 161 (63.28% from 255) = 51.44%

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 38.34%
G = 51.44%
B = 10.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#78A120 (or 0x78A120) is known color: Lima. HEX triplet: 78, A1 and 20. RGB value is (120,161,32). Sum of RGB (Red+Green+Blue) = 120+161+32=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #78A120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A120 is #875EDF. Grayscale: #868686. Windows color (decimal): -8871648 or 2138488. OLE color: 2138488.

HSL color Cylindrical-coordinate representation of color #78A120: hue angle of 79.07º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78A120 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 161 32 -
CMYK 0.25 0 0.80 0.37
HSL 79.07º 0.67% 0.38% -
HSV(B) 79.07º 0.8% 0.63% -
XYZ 20.75 29.59 5.98 -
YUV 134.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 120 161 32 0.25 0 0.80 0.37 79.07 0.67 0.38
Hex 78 A1 20 19 0 50 25 4F 43 26
Octal 170 241 40 31 0 120 45 117 103 46
Binary 1111000 10100001 100000 11001 0 1010000 100101 1001111 1000011 100110

Color Harmonies of #78A120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A120

Black with #78A120

Text Example


Text Example

White with #78A120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,161,32); }

 H1.HeaderClassName
 {
   color: #78A120;
 }
 .AnyTagClassName
 {
   color: #78A120;
 }
</style>

background-color css

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

 a { background-color: rgb(120,161,32); }

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

border-color css

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

 span { border-color: rgb(120,161,32); }

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