Html Css Color HEX #7FC096 Padua

📋 copy color: '#7FC096'

red 127 ◦ green 192 ◦ blue 150

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

Shades of Padua #7FC096

Tints of Padua #7FC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

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

R = 27.08%
G = 40.94%
B = 31.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#7FC096 (or 0x7FC096) is known color: Padua. HEX triplet: 7F, C0 and 96. RGB value is (127,192,150). Sum of RGB (Red+Green+Blue) = 127+192+150=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC096 is #803F69. Grayscale: #A7A7A7. Windows color (decimal): -8404842 or 9879679. OLE color: 9879679.

HSL color Cylindrical-coordinate representation of color #7FC096: hue angle of 141.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC096 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 150 -
CMYK 0.34 0 0.22 0.25
HSL 141.23º 0.34% 0.63% -
HSV(B) 141.23º 0.34% 0.75% -
XYZ 33.11 44.41 35.68 -
YUV 167.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 127 192 150 0.34 0 0.22 0.25 141.23 0.34 0.63
Hex 7F C0 96 22 0 16 19 8D 22 3F
Octal 177 300 226 42 0 26 31 215 42 77
Binary 1111111 11000000 10010110 100010 0 10110 11001 10001101 100010 111111

Color Harmonies of #7FC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC096

Black with #7FC096

Text Example


Text Example

White with #7FC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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