Html Css Color HEX #7CB319 Lima

📋 copy color: '#7CB319'

red 124 ◦ green 179 ◦ blue 25

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

Shades of Lima #7CB319

Tints of Lima #7CB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.57%

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 37.8%
G = 54.57%
B = 7.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#7CB319 (or 0x7CB319) is known color: Lima. HEX triplet: 7C, B3 and 19. RGB value is (124,179,25). Sum of RGB (Red+Green+Blue) = 124+179+25=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB319 is #834CE6. Grayscale: #919191. Windows color (decimal): -8604903 or 1684348. OLE color: 1684348.

HSL color Cylindrical-coordinate representation of color #7CB319: hue angle of 81.43º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CB319 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 25 -
CMYK 0.31 0 0.86 0.30
HSL 81.43º 0.75% 0.4% -
HSV(B) 81.43º 0.86% 0.7% -
XYZ 24.61 36.6 6.69 -
YUV 145 60.28 113.02 -
System Red Green Blue C M Y K H S L
Decimal 124 179 25 0.31 0 0.86 0.30 81.43 0.75 0.4
Hex 7C B3 19 1F 0 56 1E 51 4B 28
Octal 174 263 31 37 0 126 36 121 113 50
Binary 1111100 10110011 11001 11111 0 1010110 11110 1010001 1001011 101000

Color Harmonies of #7CB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB319

Black with #7CB319

Text Example


Text Example

White with #7CB319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,25); }

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

background-color css

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

 a { background-color: rgb(124,179,25); }

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

border-color css

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

 span { border-color: rgb(124,179,25); }

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