#7CB792

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

Shades of Padua #7CB792

Tints of Padua #7CB792

Color information

#7CB792 (or 0x7CB792) is unknown color: approx Padua. HEX triplet: 7C, B7 and 92. RGB value is (124,183,146). Sum of RGB (Red+Green+Blue) = 124+183+146=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB792 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB792 is #83486D. Grayscale: #A1A1A1. Windows color (decimal): -8603758 or 9615228. OLE color: 9615228.

HSL color Cylindrical-coordinate representation of color #7CB792: hue angle of 142.37º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB792 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB124183146-
CMYK0.3200.200.28
HSL142.37º29.06%60.2%-
HSV(B)142.37º32.24%71.76%-
XYZ30.4340.2333.35-
YUV161.14119.45101.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=27.37%
G=40.40%
B=32.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241831460.3200.200.28142.3729.0660.2
Hex7CB792200141C8e1d3c
Octal17426722240024342163574
Binary11111001011011110010010100000010100111001000111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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