#7CB69A

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

Shades of Padua #7CB69A

Tints of Padua #7CB69A

Color information

#7CB69A (or 0x7CB69A) is unknown color: approx Padua. HEX triplet: 7C, B6 and 9A. RGB value is (124,182,154). Sum of RGB (Red+Green+Blue) = 124+182+154=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB69A is #834965. Grayscale: #A1A1A1. Windows color (decimal): -8604006 or 10139260. OLE color: 10139260.

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

Color convert

RGB124182154-
CMYK0.3200.150.29
HSL151.03º28.43%60%-
HSV(B)151.03º31.87%71.37%-
XYZ30.8740.0736.68-
YUV161.47123.78101.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 182 (71.48% from 255) = 39.57%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=26.96%
G=39.57%
B=33.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241821540.3200.150.29151.0328.4360
Hex7CB69A200F1D971c3c
Octal17426623240017352273474
Binary1111100101101101001101010000001111111011001011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,182,154); }

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

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

 a { background-color: rgb(124,182,154); }

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

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

 span { border-color: rgb(124,182,154); }

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