Html Css Color HEX #7CC696 Padua

📋 copy color: '#7CC696'

red 124 ◦ green 198 ◦ blue 150

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

Shades of Padua #7CC696

Tints of Padua #7CC696

RGB

 RED value IS 124 (48.83% from 255) = 26.27%

 GREEN value IS 198 (77.73% from 255) = 41.95%

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

R = 26.27%
G = 41.95%
B = 31.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#7CC696 (or 0x7CC696) is known color: Padua. HEX triplet: 7C, C6 and 96. RGB value is (124,198,150). Sum of RGB (Red+Green+Blue) = 124+198+150=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC696 is #833969. Grayscale: #AAAAAA. Windows color (decimal): -8599914 or 9881212. OLE color: 9881212.

HSL color Cylindrical-coordinate representation of color #7CC696: hue angle of 141.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC696 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 198 150 -
CMYK 0.37 0 0.24 0.22
HSL 141.08º 0.39% 0.63% -
HSV(B) 141.08º 0.37% 0.78% -
XYZ 34.01 46.88 36.11 -
YUV 170.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 124 198 150 0.37 0 0.24 0.22 141.08 0.39 0.63
Hex 7C C6 96 25 0 18 16 8D 27 3F
Octal 174 306 226 45 0 30 26 215 47 77
Binary 1111100 11000110 10010110 100101 0 11000 10110 10001101 100111 111111

Color Harmonies of #7CC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC696

Black with #7CC696

Text Example


Text Example

White with #7CC696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,198,150); }

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

background-color css

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

 a { background-color: rgb(124,198,150); }

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

border-color css

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

 span { border-color: rgb(124,198,150); }

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