Html Css Color HEX #7DB593 Padua

📋 copy color: '#7DB593'

red 125 ◦ green 181 ◦ blue 147

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

Shades of Padua #7DB593

Tints of Padua #7DB593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 147 (57.81% from 255) = 32.45%

R = 27.59%
G = 39.96%
B = 32.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#7DB593 (or 0x7DB593) is known color: Padua. HEX triplet: 7D, B5 and 93. RGB value is (125,181,147). Sum of RGB (Red+Green+Blue) = 125+181+147=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB593 is #824A6C. Grayscale: #A0A0A0. Windows color (decimal): -8538733 or 9680253. OLE color: 9680253.

HSL color Cylindrical-coordinate representation of color #7DB593: hue angle of 143.57º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB593 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 147 -
CMYK 0.31 0 0.19 0.29
HSL 143.57º 0.27% 0.6% -
HSV(B) 143.57º 0.31% 0.71% -
XYZ 30.25 39.51 33.64 -
YUV 160.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 125 181 147 0.31 0 0.19 0.29 143.57 0.27 0.6
Hex 7D B5 93 1F 0 13 1D 90 1B 3C
Octal 175 265 223 37 0 23 35 220 33 74
Binary 1111101 10110101 10010011 11111 0 10011 11101 10010000 11011 111100

Color Harmonies of #7DB593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB593

Black with #7DB593

Text Example


Text Example

White with #7DB593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,147); }

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

background-color css

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

 a { background-color: rgb(125,181,147); }

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

border-color css

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

 span { border-color: rgb(125,181,147); }

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