Html Css Color HEX #78A122 Lima

📋 copy color: '#78A122'

red 120 ◦ green 161 ◦ blue 34

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

Shades of Lima #78A122

Tints of Lima #78A122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 38.1%
G = 51.11%
B = 10.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#78A122 (or 0x78A122) is known color: Lima. HEX triplet: 78, A1 and 22. RGB value is (120,161,34). Sum of RGB (Red+Green+Blue) = 120+161+34=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #78A122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A122 is #875EDD. Grayscale: #868686. Windows color (decimal): -8871646 or 2269560. OLE color: 2269560.

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

Color convert

RGB 120 161 34 -
CMYK 0.25 0 0.79 0.37
HSL 79.37º 0.65% 0.38% -
HSV(B) 79.37º 0.79% 0.63% -
XYZ 20.78 29.6 6.13 -
YUV 134.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 120 161 34 0.25 0 0.79 0.37 79.37 0.65 0.38
Hex 78 A1 22 19 0 4F 25 4F 41 26
Octal 170 241 42 31 0 117 45 117 101 46
Binary 1111000 10100001 100010 11001 0 1001111 100101 1001111 1000001 100110

Color Harmonies of #78A122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A122

Black with #78A122

Text Example


Text Example

White with #78A122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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