#81A792

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

Shades of Padua #81A792

Tints of Padua #81A792

Color information

#81A792 (or 0x81A792) is unknown color: approx Padua. HEX triplet: 81, A7 and 92. RGB value is (129,167,146). Sum of RGB (Red+Green+Blue) = 129+167+146=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #81A792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A792 is #7E586D. Grayscale: #999999. Windows color (decimal): -8280174 or 9611137. OLE color: 9611137.

HSL color Cylindrical-coordinate representation of color #81A792: hue angle of 146.84º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A792 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB129167146-
CMYK0.2300.130.35
HSL146.84º17.76%58.04%-
HSV(B)146.84º22.75%65.49%-
XYZ28.0634.3832.35-
YUV153.24123.91110.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=29.19%
G=37.78%
B=33.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1291671460.2300.130.35146.8417.7658.04
Hex81A792170D2393123a
Octal20124722227015432232272
Binary10000001101001111001001010111011011000111001001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A792; }

 p { color: rgb(129,167,146); }

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

<style>
 a { background-color: #81A792; }

 a { background-color: rgb(129,167,146); }

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

<style>
 span { border-color: #81A792; }

 span { border-color: rgb(129,167,146); }

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