Html Css Color HEX #7CA820 Lima

📋 copy color: '#7CA820'

red 124 ◦ green 168 ◦ blue 32

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

Shades of Lima #7CA820

Tints of Lima #7CA820

RGB

 RED value IS 124 (48.83% from 255) = 38.27%

 GREEN value IS 168 (66.02% from 255) = 51.85%

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

R = 38.27%
G = 51.85%
B = 9.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#7CA820 (or 0x7CA820) is known color: Lima. HEX triplet: 7C, A8 and 20. RGB value is (124,168,32). Sum of RGB (Red+Green+Blue) = 124+168+32=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA820 is #8357DF. Grayscale: #8B8B8B. Windows color (decimal): -8607712 or 2140284. OLE color: 2140284.

HSL color Cylindrical-coordinate representation of color #7CA820: hue angle of 79.41º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CA820 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 124 168 32 -
CMYK 0.26 0 0.81 0.34
HSL 79.41º 0.68% 0.39% -
HSV(B) 79.41º 0.81% 0.66% -
XYZ 22.58 32.39 6.43 -
YUV 139.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 124 168 32 0.26 0 0.81 0.34 79.41 0.68 0.39
Hex 7C A8 20 1A 0 51 22 4F 44 27
Octal 174 250 40 32 0 121 42 117 104 47
Binary 1111100 10101000 100000 11010 0 1010001 100010 1001111 1000100 100111

Color Harmonies of #7CA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA820

Black with #7CA820

Text Example


Text Example

White with #7CA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CA820; }

 p { color: rgb(124,168,32); }

 H1.HeaderClassName
 {
   color: #7CA820;
 }
 .AnyTagClassName
 {
   color: #7CA820;
 }
</style>

background-color css

<style>
 a { background-color: #7CA820; }

 a { background-color: rgb(124,168,32); }

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

border-color css

<style>
 span { border-color: #7CA820; }

 span { border-color: rgb(124,168,32); }

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