Html Css Color HEX #7CB992 Padua

📋 copy color: '#7CB992'

red 124 ◦ green 185 ◦ blue 146

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

Shades of Padua #7CB992

Tints of Padua #7CB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 27.25%
G = 40.66%
B = 32.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#7CB992 (or 0x7CB992) is known color: Padua. HEX triplet: 7C, B9 and 92. RGB value is (124,185,146). Sum of RGB (Red+Green+Blue) = 124+185+146=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB992 is #83466D. Grayscale: #A2A2A2. Windows color (decimal): -8603246 or 9615740. OLE color: 9615740.

HSL color Cylindrical-coordinate representation of color #7CB992: hue angle of 141.64º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB992 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 146 -
CMYK 0.33 0 0.21 0.27
HSL 141.64º 0.3% 0.61% -
HSV(B) 141.64º 0.33% 0.73% -
XYZ 30.85 41.06 33.49 -
YUV 162.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 124 185 146 0.33 0 0.21 0.27 141.64 0.3 0.61
Hex 7C B9 92 21 0 15 1B 8E 1E 3D
Octal 174 271 222 41 0 25 33 216 36 75
Binary 1111100 10111001 10010010 100001 0 10101 11011 10001110 11110 111101

Color Harmonies of #7CB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB992

Black with #7CB992

Text Example


Text Example

White with #7CB992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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