Html Css Color HEX #78A11C Lima

📋 copy color: '#78A11C'

red 120 ◦ green 161 ◦ blue 28

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

Shades of Lima #78A11C

Tints of Lima #78A11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 38.83%
G = 52.1%
B = 9.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#78A11C (or 0x78A11C) is known color: Lima. HEX triplet: 78, A1 and 1C. RGB value is (120,161,28). Sum of RGB (Red+Green+Blue) = 120+161+28=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #78A11C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A11C is #875EE3. Grayscale: #868686. Windows color (decimal): -8871652 or 1876344. OLE color: 1876344.

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

Color convert

RGB 120 161 28 -
CMYK 0.25 0 0.83 0.37
HSL 78.5º 0.7% 0.37% -
HSV(B) 78.5º 0.83% 0.63% -
XYZ 20.7 29.57 5.71 -
YUV 133.58 68.42 118.31 -
System Red Green Blue C M Y K H S L
Decimal 120 161 28 0.25 0 0.83 0.37 78.5 0.7 0.37
Hex 78 A1 1C 19 0 53 25 4E 46 25
Octal 170 241 34 31 0 123 45 116 106 45
Binary 1111000 10100001 11100 11001 0 1010011 100101 1001110 1000110 100101

Color Harmonies of #78A11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A11C

Black with #78A11C

Text Example


Text Example

White with #78A11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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