Html Css Color HEX #7EBD92 Padua

📋 copy color: '#7EBD92'

red 126 ◦ green 189 ◦ blue 146

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

Shades of Padua #7EBD92

Tints of Padua #7EBD92

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

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

R = 27.33%
G = 41%
B = 31.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#7EBD92 (or 0x7EBD92) is known color: Padua. HEX triplet: 7E, BD and 92. RGB value is (126,189,146). Sum of RGB (Red+Green+Blue) = 126+189+146=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD92 is #81426D. Grayscale: #A5A5A5. Windows color (decimal): -8471150 or 9616766. OLE color: 9616766.

HSL color Cylindrical-coordinate representation of color #7EBD92: hue angle of 139.05º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBD92 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 146 -
CMYK 0.33 0 0.23 0.26
HSL 139.05º 0.32% 0.62% -
HSV(B) 139.05º 0.33% 0.74% -
XYZ 31.99 42.91 33.79 -
YUV 165.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 126 189 146 0.33 0 0.23 0.26 139.05 0.32 0.62
Hex 7E BD 92 21 0 17 1A 8B 20 3E
Octal 176 275 222 41 0 27 32 213 40 76
Binary 1111110 10111101 10010010 100001 0 10111 11010 10001011 100000 111110

Color Harmonies of #7EBD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD92

Black with #7EBD92

Text Example


Text Example

White with #7EBD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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