Html Css Color HEX #7FB29B Padua

📋 copy color: '#7FB29B'

red 127 ◦ green 178 ◦ blue 155

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

Shades of Padua #7FB29B

Tints of Padua #7FB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

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

R = 27.61%
G = 38.7%
B = 33.7%

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

#7FB29B (or 0x7FB29B) is known color: Padua. HEX triplet: 7F, B2 and 9B. RGB value is (127,178,155). Sum of RGB (Red+Green+Blue) = 127+178+155=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB29B is #804D64. Grayscale: #A0A0A0. Windows color (decimal): -8408421 or 10203775. OLE color: 10203775.

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

Color convert

RGB 127 178 155 -
CMYK 0.29 0 0.13 0.30
HSL 152.94º 0.25% 0.6% -
HSV(B) 152.94º 0.29% 0.7% -
XYZ 30.59 38.72 36.87 -
YUV 160.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 127 178 155 0.29 0 0.13 0.30 152.94 0.25 0.6
Hex 7F B2 9B 1D 0 D 1E 99 19 3C
Octal 177 262 233 35 0 15 36 231 31 74
Binary 1111111 10110010 10011011 11101 0 1101 11110 10011001 11001 111100

Color Harmonies of #7FB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB29B

Black with #7FB29B

Text Example


Text Example

White with #7FB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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