#7BBB93

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

Shades of Padua #7BBB93

Tints of Padua #7BBB93

Color information

#7BBB93 (or 0x7BBB93) is unknown color: approx Padua. HEX triplet: 7B, BB and 93. RGB value is (123,187,147). Sum of RGB (Red+Green+Blue) = 123+187+147=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBB93 is #84446C. Grayscale: #A3A3A3. Windows color (decimal): -8668269 or 9681787. OLE color: 9681787.

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

Color convert

RGB123187147-
CMYK0.3400.210.27
HSL142.5º32%60.78%-
HSV(B)142.5º34.22%73.33%-
XYZ31.2141.8634.04-
YUV163.3118.899.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.91%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=26.91%
G=40.92%
B=32.17%

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
Decimal1231871470.3400.210.27142.53260.78
Hex7BBB93220151B8e203d
Octal17327322342025332164075
Binary111101110111011100100111000100101011101110001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,147); }

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

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

 a { background-color: rgb(123,187,147); }

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

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

 span { border-color: rgb(123,187,147); }

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