Html Css Color HEX #7CB032 Lima

📋 copy color: '#7CB032'

red 124 ◦ green 176 ◦ blue 50

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

Shades of Lima #7CB032

Tints of Lima #7CB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.29%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 35.43%
G = 50.29%
B = 14.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#7CB032 (or 0x7CB032) is known color: Lima. HEX triplet: 7C, B0 and 32. RGB value is (124,176,50). Sum of RGB (Red+Green+Blue) = 124+176+50=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB032 is #834FCD. Grayscale: #929292. Windows color (decimal): -8605646 or 3321980. OLE color: 3321980.

HSL color Cylindrical-coordinate representation of color #7CB032: hue angle of 84.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CB032 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 50 -
CMYK 0.30 0 0.72 0.31
HSL 84.76º 0.56% 0.44% -
HSV(B) 84.76º 0.72% 0.69% -
XYZ 24.41 35.57 8.6 -
YUV 146.09 73.77 112.25 -
System Red Green Blue C M Y K H S L
Decimal 124 176 50 0.30 0 0.72 0.31 84.76 0.56 0.44
Hex 7C B0 32 1E 0 48 1F 55 38 2C
Octal 174 260 62 36 0 110 37 125 70 54
Binary 1111100 10110000 110010 11110 0 1001000 11111 1010101 111000 101100

Color Harmonies of #7CB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB032

Black with #7CB032

Text Example


Text Example

White with #7CB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,50); }

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

background-color css

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

 a { background-color: rgb(124,176,50); }

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

border-color css

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

 span { border-color: rgb(124,176,50); }

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