Html Css Color HEX #7CA311 Lima

📋 copy color: '#7CA311'

red 124 ◦ green 163 ◦ blue 17

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

Shades of Lima #7CA311

Tints of Lima #7CA311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.62%

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 40.79%
G = 53.62%
B = 5.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#7CA311 (or 0x7CA311) is known color: Lima. HEX triplet: 7C, A3 and 11. RGB value is (124,163,17). Sum of RGB (Red+Green+Blue) = 124+163+17=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA311 is #835CEE. Grayscale: #878787. Windows color (decimal): -8609007 or 1155964. OLE color: 1155964.

HSL color Cylindrical-coordinate representation of color #7CA311: hue angle of 76.03º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CA311 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 163 17 -
CMYK 0.24 0 0.90 0.36
HSL 76.03º 0.81% 0.35% -
HSV(B) 76.03º 0.9% 0.64% -
XYZ 21.51 30.52 5.29 -
YUV 134.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 124 163 17 0.24 0 0.90 0.36 76.03 0.81 0.35
Hex 7C A3 11 18 0 5A 24 4C 51 23
Octal 174 243 21 30 0 132 44 114 121 43
Binary 1111100 10100011 10001 11000 0 1011010 100100 1001100 1010001 100011

Color Harmonies of #7CA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA311

Black with #7CA311

Text Example


Text Example

White with #7CA311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,163,17); }

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

background-color css

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

 a { background-color: rgb(124,163,17); }

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

border-color css

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

 span { border-color: rgb(124,163,17); }

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