#7BB699

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

Shades of Padua #7BB699

Tints of Padua #7BB699

Color information

#7BB699 (or 0x7BB699) is unknown color: approx Padua. HEX triplet: 7B, B6 and 99. RGB value is (123,182,153). Sum of RGB (Red+Green+Blue) = 123+182+153=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB699 is #844966. Grayscale: #A1A1A1. Windows color (decimal): -8669543 or 10073723. OLE color: 10073723.

HSL color Cylindrical-coordinate representation of color #7BB699: hue angle of 150.51º degrees, saturation: 0.29, 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 #7BB699 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB123182153-
CMYK0.3200.160.29
HSL150.51º28.78%59.8%-
HSV(B)150.51º32.42%71.37%-
XYZ30.6539.9736.24-
YUV161.05123.45100.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.86%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=26.86%
G=39.74%
B=33.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231821530.3200.160.29150.5128.7859.8
Hex7BB699200101D971d3c
Octal17326623140020352273574
Binary11110111011011010011001100000010000111011001011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,182,153); }

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

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

 a { background-color: rgb(123,182,153); }

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

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

 span { border-color: rgb(123,182,153); }

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