Html Css Color HEX #7FB39B Padua

📋 copy color: '#7FB39B'

red 127 ◦ green 179 ◦ blue 155

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

Shades of Padua #7FB39B

Tints of Padua #7FB39B

RGB

 RED value IS 127 (50% from 255) = 27.55%

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

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 27.55%
G = 38.83%
B = 33.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#7FB39B (or 0x7FB39B) is known color: Padua. HEX triplet: 7F, B3 and 9B. RGB value is (127,179,155). Sum of RGB (Red+Green+Blue) = 127+179+155=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB39B is #804C64. Grayscale: #A0A0A0. Windows color (decimal): -8408165 or 10204031. OLE color: 10204031.

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

Color convert

RGB 127 179 155 -
CMYK 0.29 0 0.13 0.30
HSL 152.31º 0.25% 0.6% -
HSV(B) 152.31º 0.29% 0.7% -
XYZ 30.79 39.12 36.94 -
YUV 160.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 127 179 155 0.29 0 0.13 0.30 152.31 0.25 0.6
Hex 7F B3 9B 1D 0 D 1E 98 19 3C
Octal 177 263 233 35 0 15 36 230 31 74
Binary 1111111 10110011 10011011 11101 0 1101 11110 10011000 11001 111100

Color Harmonies of #7FB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB39B

Black with #7FB39B

Text Example


Text Example

White with #7FB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,179,155); }

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

background-color css

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

 a { background-color: rgb(127,179,155); }

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

border-color css

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

 span { border-color: rgb(127,179,155); }

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