#7BB698

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

Shades of Padua #7BB698

Tints of Padua #7BB698

Color information

#7BB698 (or 0x7BB698) is unknown color: approx Padua. HEX triplet: 7B, B6 and 98. RGB value is (123,182,152). Sum of RGB (Red+Green+Blue) = 123+182+152=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB698 is #844967. Grayscale: #A1A1A1. Windows color (decimal): -8669544 or 10008187. OLE color: 10008187.

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

Color convert

RGB123182152-
CMYK0.3200.160.29
HSL149.49º28.78%59.8%-
HSV(B)149.49º32.42%71.37%-
XYZ30.5639.9335.8-
YUV160.94122.95100.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.91%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=26.91%
G=39.82%
B=33.26%

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
Decimal1231821520.3200.160.29149.4928.7859.8
Hex7BB698200101D951d3c
Octal17326623040020352253574
Binary11110111011011010011000100000010000111011001010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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