Html Css Color HEX #7FB696 Padua

📋 copy color: '#7FB696'

red 127 ◦ green 182 ◦ blue 150

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

Shades of Padua #7FB696

Tints of Padua #7FB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

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

R = 27.67%
G = 39.65%
B = 32.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#7FB696 (or 0x7FB696) is known color: Padua. HEX triplet: 7F, B6 and 96. RGB value is (127,182,150). Sum of RGB (Red+Green+Blue) = 127+182+150=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB696 is #804969. Grayscale: #A1A1A1. Windows color (decimal): -8407402 or 9877119. OLE color: 9877119.

HSL color Cylindrical-coordinate representation of color #7FB696: hue angle of 145.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB696 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 182 150 -
CMYK 0.30 0 0.18 0.29
HSL 145.09º 0.27% 0.61% -
HSV(B) 145.09º 0.3% 0.71% -
XYZ 30.99 40.17 34.97 -
YUV 161.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 127 182 150 0.30 0 0.18 0.29 145.09 0.27 0.61
Hex 7F B6 96 1E 0 12 1D 91 1B 3D
Octal 177 266 226 36 0 22 35 221 33 75
Binary 1111111 10110110 10010110 11110 0 10010 11101 10010001 11011 111101

Color Harmonies of #7FB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB696

Black with #7FB696

Text Example


Text Example

White with #7FB696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,182,150); }

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

background-color css

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

 a { background-color: rgb(127,182,150); }

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

border-color css

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

 span { border-color: rgb(127,182,150); }

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