#7BC595

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

Shades of Padua #7BC595

Tints of Padua #7BC595

Color information

#7BC595 (or 0x7BC595) is unknown color: approx Padua. HEX triplet: 7B, C5 and 95. RGB value is (123,197,149). Sum of RGB (Red+Green+Blue) = 123+197+149=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC595 is #843A6A. Grayscale: #A9A9A9. Windows color (decimal): -8665707 or 9815419. OLE color: 9815419.

HSL color Cylindrical-coordinate representation of color #7BC595: hue angle of 141.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC595 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB123197149-
CMYK0.3800.240.23
HSL141.08º38.95%62.75%-
HSV(B)141.08º37.56%77.25%-
XYZ33.5646.3135.6-
YUV169.4116.4894.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=26.23%
G=42.00%
B=31.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1231971490.3800.240.23141.0838.9562.75
Hex7BC59526018178d273f
Octal17330522546030272154777
Binary111101111000101100101011001100110001011110001101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,197,149); }

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

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

 a { background-color: rgb(123,197,149); }

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

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

 span { border-color: rgb(123,197,149); }

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