#7BB992

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

Shades of Padua #7BB992

Tints of Padua #7BB992

Color information

#7BB992 (or 0x7BB992) is unknown color: approx Padua. HEX triplet: 7B, B9 and 92. RGB value is (123,185,146). Sum of RGB (Red+Green+Blue) = 123+185+146=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB992 is #84466D. Grayscale: #A2A2A2. Windows color (decimal): -8668782 or 9615739. OLE color: 9615739.

HSL color Cylindrical-coordinate representation of color #7BB992: hue angle of 142.26º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB992 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB123185146-
CMYK0.3400.210.27
HSL142.26º30.69%60.39%-
HSV(B)142.26º33.51%72.55%-
XYZ30.7140.9833.49-
YUV162.02118.96100.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.09%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=27.09%
G=40.75%
B=32.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231851460.3400.210.27142.2630.6960.39
Hex7BB992220151B8e1f3c
Octal17327122242025332163774
Binary11110111011100110010010100010010101110111000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,185,146); }

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

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

 a { background-color: rgb(123,185,146); }

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

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

 span { border-color: rgb(123,185,146); }

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