Html Css Color HEX #7DB394 Padua

📋 copy color: '#7DB394'

red 125 ◦ green 179 ◦ blue 148

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

Shades of Padua #7DB394

Tints of Padua #7DB394

RGB

 RED value IS 125 (49.22% from 255) = 27.65%

 GREEN value IS 179 (70.31% from 255) = 39.6%

 BLUE value IS 148 (58.2% from 255) = 32.74%

R = 27.65%
G = 39.6%
B = 32.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#7DB394 (or 0x7DB394) is known color: Padua. HEX triplet: 7D, B3 and 94. RGB value is (125,179,148). Sum of RGB (Red+Green+Blue) = 125+179+148=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB394 is #824C6B. Grayscale: #9F9F9F. Windows color (decimal): -8539244 or 9745277. OLE color: 9745277.

HSL color Cylindrical-coordinate representation of color #7DB394: hue angle of 145.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB394 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 148 -
CMYK 0.30 0 0.17 0.30
HSL 145.56º 0.26% 0.6% -
HSV(B) 145.56º 0.3% 0.7% -
XYZ 29.92 38.74 33.92 -
YUV 159.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 125 179 148 0.30 0 0.17 0.30 145.56 0.26 0.6
Hex 7D B3 94 1E 0 11 1E 92 1A 3C
Octal 175 263 224 36 0 21 36 222 32 74
Binary 1111101 10110011 10010100 11110 0 10001 11110 10010010 11010 111100

Color Harmonies of #7DB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB394

Black with #7DB394

Text Example


Text Example

White with #7DB394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,179,148); }

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

background-color css

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

 a { background-color: rgb(125,179,148); }

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

border-color css

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

 span { border-color: rgb(125,179,148); }

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