#81B778

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

Shades of De York #81B778

Tints of De York #81B778

Color information

#81B778 (or 0x81B778) is unknown color: approx De York. HEX triplet: 81, B7 and 78. RGB value is (129,183,120). Sum of RGB (Red+Green+Blue) = 129+183+120=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #81B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B778 is #7E4887. Grayscale: #9F9F9F. Windows color (decimal): -8276104 or 7911297. OLE color: 7911297.

HSL color Cylindrical-coordinate representation of color #81B778: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81B778 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB129183120-
CMYK0.3000.340.28
HSL111.43º30.43%59.41%-
HSV(B)111.43º34.43%71.76%-
XYZ29.3839.8923.92-
YUV159.67105.61106.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.86%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=29.86%
G=42.36%
B=27.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291831200.3000.340.28111.4330.4359.41
Hex81B7781E0221C6f1e3b
Octal20126717036042341573673
Binary1000000110110111111100011110010001011100110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,183,120); }

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

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

 a { background-color: rgb(129,183,120); }

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

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

 span { border-color: rgb(129,183,120); }

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