Html Css Color HEX #7FB197 Padua

📋 copy color: '#7FB197'

red 127 ◦ green 177 ◦ blue 151

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

Shades of Padua #7FB197

Tints of Padua #7FB197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 27.91%
G = 38.9%
B = 33.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#7FB197 (or 0x7FB197) is known color: Padua. HEX triplet: 7F, B1 and 97. RGB value is (127,177,151). Sum of RGB (Red+Green+Blue) = 127+177+151=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB197 is #804E68. Grayscale: #9F9F9F. Windows color (decimal): -8408681 or 9941375. OLE color: 9941375.

HSL color Cylindrical-coordinate representation of color #7FB197: hue angle of 148.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB197 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 151 -
CMYK 0.28 0 0.15 0.31
HSL 148.8º 0.24% 0.6% -
HSV(B) 148.8º 0.28% 0.69% -
XYZ 30.06 38.19 35.07 -
YUV 159.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 127 177 151 0.28 0 0.15 0.31 148.8 0.24 0.6
Hex 7F B1 97 1C 0 F 1F 95 18 3C
Octal 177 261 227 34 0 17 37 225 30 74
Binary 1111111 10110001 10010111 11100 0 1111 11111 10010101 11000 111100

Color Harmonies of #7FB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB197

Black with #7FB197

Text Example


Text Example

White with #7FB197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,177,151); }

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

background-color css

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

 a { background-color: rgb(127,177,151); }

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

border-color css

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

 span { border-color: rgb(127,177,151); }

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