Html Css Color HEX #7CC692 Padua

📋 copy color: '#7CC692'

red 124 ◦ green 198 ◦ blue 146

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

Shades of Padua #7CC692

Tints of Padua #7CC692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 26.5%
G = 42.31%
B = 31.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#7CC692 (or 0x7CC692) is known color: Padua. HEX triplet: 7C, C6 and 92. RGB value is (124,198,146). Sum of RGB (Red+Green+Blue) = 124+198+146=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC692 is #83396D. Grayscale: #AAAAAA. Windows color (decimal): -8599918 or 9619068. OLE color: 9619068.

HSL color Cylindrical-coordinate representation of color #7CC692: hue angle of 137.84º 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 #7CC692 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 198 146 -
CMYK 0.37 0 0.26 0.22
HSL 137.84º 0.39% 0.63% -
HSV(B) 137.84º 0.37% 0.78% -
XYZ 33.69 46.75 34.44 -
YUV 169.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 124 198 146 0.37 0 0.26 0.22 137.84 0.39 0.63
Hex 7C C6 92 25 0 1A 16 8A 27 3F
Octal 174 306 222 45 0 32 26 212 47 77
Binary 1111100 11000110 10010010 100101 0 11010 10110 10001010 100111 111111

Color Harmonies of #7CC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC692

Black with #7CC692

Text Example


Text Example

White with #7CC692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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