Html Css Color HEX #7CA510 Lima

📋 copy color: '#7CA510'

red 124 ◦ green 165 ◦ blue 16

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

Shades of Lima #7CA510

Tints of Lima #7CA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.1%

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 40.66%
G = 54.1%
B = 5.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#7CA510 (or 0x7CA510) is known color: Lima. HEX triplet: 7C, A5 and 10. RGB value is (124,165,16). Sum of RGB (Red+Green+Blue) = 124+165+16=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA510 is #835AEF. Grayscale: #888888. Windows color (decimal): -8608496 or 1090940. OLE color: 1090940.

HSL color Cylindrical-coordinate representation of color #7CA510: hue angle of 76.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CA510 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 165 16 -
CMYK 0.25 0 0.90 0.35
HSL 76.51º 0.82% 0.35% -
HSV(B) 76.51º 0.9% 0.65% -
XYZ 21.86 31.23 5.37 -
YUV 135.76 60.42 119.62 -
System Red Green Blue C M Y K H S L
Decimal 124 165 16 0.25 0 0.90 0.35 76.51 0.82 0.35
Hex 7C A5 10 19 0 5A 23 4D 52 23
Octal 174 245 20 31 0 132 43 115 122 43
Binary 1111100 10100101 10000 11001 0 1011010 100011 1001101 1010010 100011

Color Harmonies of #7CA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA510

Black with #7CA510

Text Example


Text Example

White with #7CA510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,165,16); }

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

background-color css

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

 a { background-color: rgb(124,165,16); }

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

border-color css

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

 span { border-color: rgb(124,165,16); }

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