Html Css Color HEX #81A790 Padua

📋 copy color: '#81A790'

red 129 ◦ green 167 ◦ blue 144

#81A790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #81A790

Tints of Padua #81A790

RGB

 RED value IS 129 (50.78% from 255) = 29.32%

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 29.32%
G = 37.95%
B = 32.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#81A790 (or 0x81A790) is known color: Padua. HEX triplet: 81, A7 and 90. RGB value is (129,167,144). Sum of RGB (Red+Green+Blue) = 129+167+144=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #81A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A790 is #7E586F. Grayscale: #999999. Windows color (decimal): -8280176 or 9480065. OLE color: 9480065.

HSL color Cylindrical-coordinate representation of color #81A790: hue angle of 143.68º 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 #81A790 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 167 144 -
CMYK 0.23 0 0.14 0.35
HSL 143.68º 0.18% 0.58% -
HSV(B) 143.68º 0.23% 0.65% -
XYZ 27.91 34.32 31.54 -
YUV 153.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 129 167 144 0.23 0 0.14 0.35 143.68 0.18 0.58
Hex 81 A7 90 17 0 E 23 90 12 3A
Octal 201 247 220 27 0 16 43 220 22 72
Binary 10000001 10100111 10010000 10111 0 1110 100011 10010000 10010 111010

Color Harmonies of #81A790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A790

Black with #81A790

Text Example


Text Example

White with #81A790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81A790;
 }
 .AnyTagClassName
 {
   color: #81A790;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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