Html Css Color HEX #7EBA92 Padua

📋 copy color: '#7EBA92'

red 126 ◦ green 186 ◦ blue 146

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

Shades of Padua #7EBA92

Tints of Padua #7EBA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.88%

R = 27.51%
G = 40.61%
B = 31.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#7EBA92 (or 0x7EBA92) is known color: Padua. HEX triplet: 7E, BA and 92. RGB value is (126,186,146). Sum of RGB (Red+Green+Blue) = 126+186+146=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBA92 is #81456D. Grayscale: #A3A3A3. Windows color (decimal): -8471918 or 9615998. OLE color: 9615998.

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

Color convert

RGB 126 186 146 -
CMYK 0.32 0 0.22 0.27
HSL 140º 0.3% 0.61% -
HSV(B) 140º 0.32% 0.73% -
XYZ 31.35 41.63 33.58 -
YUV 163.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 126 186 146 0.32 0 0.22 0.27 140 0.3 0.61
Hex 7E BA 92 20 0 16 1B 8C 1E 3D
Octal 176 272 222 40 0 26 33 214 36 75
Binary 1111110 10111010 10010010 100000 0 10110 11011 10001100 11110 111101

Color Harmonies of #7EBA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA92

Black with #7EBA92

Text Example


Text Example

White with #7EBA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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