Html Css Color HEX #7EB706 Lima

📋 copy color: '#7EB706'

red 126 ◦ green 183 ◦ blue 6

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

Shades of Lima #7EB706

Tints of Lima #7EB706

RGB

 RED value IS 126 (49.61% from 255) = 40%

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 40%
G = 58.1%
B = 1.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#7EB706 (or 0x7EB706) is known color: Lima. HEX triplet: 7E, B7 and 06. RGB value is (126,183,6). Sum of RGB (Red+Green+Blue) = 126+183+6=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB706 is #8148F9. Grayscale: #929292. Windows color (decimal): -8472826 or 440190. OLE color: 440190.

HSL color Cylindrical-coordinate representation of color #7EB706: hue angle of 79.32º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EB706 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 183 6 -
CMYK 0.31 0 0.97 0.28
HSL 79.32º 0.94% 0.37% -
HSV(B) 79.32º 0.97% 0.72% -
XYZ 25.57 38.32 6.22 -
YUV 145.78 49.12 113.89 -
System Red Green Blue C M Y K H S L
Decimal 126 183 6 0.31 0 0.97 0.28 79.32 0.94 0.37
Hex 7E B7 6 1F 0 61 1C 4F 5E 25
Octal 176 267 6 37 0 141 34 117 136 45
Binary 1111110 10110111 110 11111 0 1100001 11100 1001111 1011110 100101

Color Harmonies of #7EB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB706

Black with #7EB706

Text Example


Text Example

White with #7EB706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,183,6); }

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

background-color css

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

 a { background-color: rgb(126,183,6); }

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

border-color css

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

 span { border-color: rgb(126,183,6); }

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