Html Css Color HEX #7CB716 Lima

📋 copy color: '#7CB716'

red 124 ◦ green 183 ◦ blue 22

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

Shades of Lima #7CB716

Tints of Lima #7CB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.62%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 37.69%
G = 55.62%
B = 6.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#7CB716 (or 0x7CB716) is known color: Lima. HEX triplet: 7C, B7 and 16. RGB value is (124,183,22). Sum of RGB (Red+Green+Blue) = 124+183+22=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB716 is #8348E9. Grayscale: #939393. Windows color (decimal): -8603882 or 1488764. OLE color: 1488764.

HSL color Cylindrical-coordinate representation of color #7CB716: hue angle of 81.99º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CB716 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 22 -
CMYK 0.32 0 0.88 0.28
HSL 81.99º 0.79% 0.4% -
HSV(B) 81.99º 0.88% 0.72% -
XYZ 25.39 38.21 6.8 -
YUV 147.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 124 183 22 0.32 0 0.88 0.28 81.99 0.79 0.4
Hex 7C B7 16 20 0 58 1C 52 4F 28
Octal 174 267 26 40 0 130 34 122 117 50
Binary 1111100 10110111 10110 100000 0 1011000 11100 1010010 1001111 101000

Color Harmonies of #7CB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB716

Black with #7CB716

Text Example


Text Example

White with #7CB716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,22); }

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

background-color css

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

 a { background-color: rgb(124,183,22); }

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

border-color css

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

 span { border-color: rgb(124,183,22); }

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