#7BC69B

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

Shades of Padua #7BC69B

Tints of Padua #7BC69B

Color information

#7BC69B (or 0x7BC69B) is unknown color: approx Padua. HEX triplet: 7B, C6 and 9B. RGB value is (123,198,155). Sum of RGB (Red+Green+Blue) = 123+198+155=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC69B is #843964. Grayscale: #AAAAAA. Windows color (decimal): -8665445 or 10208891. OLE color: 10208891.

HSL color Cylindrical-coordinate representation of color #7BC69B: hue angle of 145.6º 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 #7BC69B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB123198155-
CMYK0.3800.220.22
HSL145.6º39.68%62.94%-
HSV(B)145.6º37.88%77.65%-
XYZ34.2846.9738.27-
YUV170.67119.1594-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.84%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=25.84%
G=41.60%
B=32.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231981550.3800.220.22145.639.6862.94
Hex7BC69B260161692283f
Octal17330623346026262225077
Binary111101111000110100110111001100101101011010010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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