#76B897

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

Shades of Padua #76B897

Tints of Padua #76B897

Color information

#76B897 (or 0x76B897) is unknown color: approx Padua. HEX triplet: 76, B8 and 97. RGB value is (118,184,151). Sum of RGB (Red+Green+Blue) = 118+184+151=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #76B897 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B897 is #894768. Grayscale: #A0A0A0. Windows color (decimal): -8996713 or 9943158. OLE color: 9943158.

HSL color Cylindrical-coordinate representation of color #76B897: hue angle of 150º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B897 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB118184151-
CMYK0.3600.180.28
HSL150º31.73%59.22%-
HSV(B)150º35.87%72.16%-
XYZ30.240.3735.48-
YUV160.5122.6397.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=26.05%
G=40.62%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181841510.3600.180.2815031.7359.22
Hex76B897240121C96203b
Octal16627022744022342264073
Binary111011010111000100101111001000100101110010010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76B897; }

 p { color: rgb(118,184,151); }

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

<style>
 a { background-color: #76B897; }

 a { background-color: rgb(118,184,151); }

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

<style>
 span { border-color: #76B897; }

 span { border-color: rgb(118,184,151); }

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