Html Css Color HEX #7FC694 Padua

📋 copy color: '#7FC694'

red 127 ◦ green 198 ◦ blue 148

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

Shades of Padua #7FC694

Tints of Padua #7FC694

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.2% from 255) = 31.29%

R = 26.85%
G = 41.86%
B = 31.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#7FC694 (or 0x7FC694) is known color: 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

RGB 127 198 148 -
CMYK 0.36 0 0.25 0.22
HSL 137.75º 0.38% 0.64% -
HSV(B) 137.75º 0.36% 0.78% -
XYZ 34.29 47.04 35.29 -
YUV 171.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 127 198 148 0.36 0 0.25 0.22 137.75 0.38 0.64
Hex 7F C6 94 24 0 19 16 8A 26 40
Octal 177 306 224 44 0 31 26 212 46 100
Binary 1111111 11000110 10010100 100100 0 11001 10110 10001010 100110 1000000

Color Harmonies of #7FC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC694

Black with #7FC694

Text Example


Text Example

White with #7FC694

Text Example


Text Example

HTML Codes & Css Web 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>