#7BC693

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

Shades of Padua #7BC693

Tints of Padua #7BC693

Color information

#7BC693 (or 0x7BC693) is unknown color: approx Padua. HEX triplet: 7B, C6 and 93. RGB value is (123,198,147). Sum of RGB (Red+Green+Blue) = 123+198+147=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC693 is #84396C. Grayscale: #A9A9A9. Windows color (decimal): -8665453 or 9684603. OLE color: 9684603.

HSL color Cylindrical-coordinate representation of color #7BC693: hue angle of 139.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC693 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB123198147-
CMYK0.3800.260.22
HSL139.2º39.68%62.94%-
HSV(B)139.2º37.88%77.65%-
XYZ33.6346.7134.85-
YUV169.76115.1594.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 198 (77.73% from 255) = 42.31%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=26.28%
G=42.31%
B=31.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231981470.3800.260.22139.239.6862.94
Hex7BC6932601A168b283f
Octal17330622346032262135077
Binary111101111000110100100111001100110101011010001011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,198,147); }

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

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

 a { background-color: rgb(123,198,147); }

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

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

 span { border-color: rgb(123,198,147); }

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