#7FC694

Color #7FC694 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FC694

Tints of Padua #7FC694

Color information

#7FC694 (or 0x7FC694) is unknown color: approx Padua. HEX triplet: 7F, C6 and 94. RGB value is (127,198,148). Sum of RGB (Red+Green+Blue) = 127+198+148=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC694 is #80396B. Grayscale: #ABABAB. Windows color (decimal): -8403308 or 9750143. OLE color: 9750143.

HSL color Cylindrical-coordinate representation of color #7FC694: hue angle of 137.75º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC694 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB127198148-
CMYK0.3600.250.22
HSL137.75º38.38%63.73%-
HSV(B)137.75º35.86%77.65%-
XYZ34.2947.0435.29-
YUV171.07114.9896.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=26.85%
G=41.86%
B=31.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271981480.3600.250.22137.7538.3863.73
Hex7FC69424019168a2640
Octal177306224440312621246100
Binary1111111110001101001010010010001100110110100010101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,148); }

 H1.HeaderClassName
 {
   color: #7FC694;
 }
 .AnyTagClassName
 {
   color: #7FC694;
 }
</style>
background-color css

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

 a { background-color: rgb(127,198,148); }

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

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

 span { border-color: rgb(127,198,148); }

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