Html Css Color HEX #7EBA06 Lima

📋 copy color: '#7EBA06'

red 126 ◦ green 186 ◦ blue 6

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

Shades of Lima #7EBA06

Tints of Lima #7EBA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.49%

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

R = 39.62%
G = 58.49%
B = 1.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#7EBA06 (or 0x7EBA06) is known color: Lima. HEX triplet: 7E, BA and 06. RGB value is (126,186,6). Sum of RGB (Red+Green+Blue) = 126+186+6=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA06 is #8145F9. Grayscale: #949494. Windows color (decimal): -8472058 or 440958. OLE color: 440958.

HSL color Cylindrical-coordinate representation of color #7EBA06: hue angle of 80º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EBA06 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 6 -
CMYK 0.32 0 0.97 0.27
HSL 80º 0.94% 0.38% -
HSV(B) 80º 0.97% 0.73% -
XYZ 26.2 39.57 6.43 -
YUV 147.54 48.12 112.64 -
System Red Green Blue C M Y K H S L
Decimal 126 186 6 0.32 0 0.97 0.27 80 0.94 0.38
Hex 7E BA 6 20 0 61 1B 50 5E 26
Octal 176 272 6 40 0 141 33 120 136 46
Binary 1111110 10111010 110 100000 0 1100001 11011 1010000 1011110 100110

Color Harmonies of #7EBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA06

Black with #7EBA06

Text Example


Text Example

White with #7EBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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