#7BB69A

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

Shades of Padua #7BB69A

Tints of Padua #7BB69A

Color information

#7BB69A (or 0x7BB69A) is unknown color: approx Padua. HEX triplet: 7B, B6 and 9A. RGB value is (123,182,154). Sum of RGB (Red+Green+Blue) = 123+182+154=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB69A is #844965. Grayscale: #A1A1A1. Windows color (decimal): -8669542 or 10139259. OLE color: 10139259.

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

Color convert

RGB123182154-
CMYK0.3200.150.29
HSL151.53º28.78%59.8%-
HSV(B)151.53º32.42%71.37%-
XYZ30.734036.67-
YUV161.17123.95100.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.80%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=26.80%
G=39.65%
B=33.55%

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
Decimal1231821540.3200.150.29151.5328.7859.8
Hex7BB69A200F1D981d3c
Octal17326623240017352303574
Binary1111011101101101001101010000001111111011001100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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