Html Css Color HEX #7DB596 Padua

📋 copy color: '#7DB596'

red 125 ◦ green 181 ◦ blue 150

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

Shades of Padua #7DB596

Tints of Padua #7DB596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 27.41%
G = 39.69%
B = 32.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#7DB596 (or 0x7DB596) is known color: Padua. HEX triplet: 7D, B5 and 96. RGB value is (125,181,150). Sum of RGB (Red+Green+Blue) = 125+181+150=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB596 is #824A69. Grayscale: #A0A0A0. Windows color (decimal): -8538730 or 9876861. OLE color: 9876861.

HSL color Cylindrical-coordinate representation of color #7DB596: hue angle of 146.79º 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 #7DB596 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 150 -
CMYK 0.31 0 0.17 0.29
HSL 146.79º 0.27% 0.6% -
HSV(B) 146.79º 0.31% 0.71% -
XYZ 30.49 39.61 34.89 -
YUV 160.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 125 181 150 0.31 0 0.17 0.29 146.79 0.27 0.6
Hex 7D B5 96 1F 0 11 1D 93 1B 3C
Octal 175 265 226 37 0 21 35 223 33 74
Binary 1111101 10110101 10010110 11111 0 10001 11101 10010011 11011 111100

Color Harmonies of #7DB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB596

Black with #7DB596

Text Example


Text Example

White with #7DB596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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