#7CBC96

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

Shades of Padua #7CBC96

Tints of Padua #7CBC96

Color information

#7CBC96 (or 0x7CBC96) is unknown color: approx Padua. HEX triplet: 7C, BC and 96. RGB value is (124,188,150). Sum of RGB (Red+Green+Blue) = 124+188+150=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC96 is #834369. Grayscale: #A4A4A4. Windows color (decimal): -8602474 or 9878652. OLE color: 9878652.

HSL color Cylindrical-coordinate representation of color #7CBC96: hue angle of 144.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC96 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB124188150-
CMYK0.3400.200.26
HSL144.38º32.32%61.18%-
HSV(B)144.38º34.04%73.73%-
XYZ31.842.4535.37-
YUV164.53119.899.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=26.84%
G=40.69%
B=32.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881500.3400.200.26144.3832.3261.18
Hex7CBC96220141A90203d
Octal17427422642024322204075
Binary111110010111100100101101000100101001101010010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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