#81B67A

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

Shades of De York #81B67A

Tints of De York #81B67A

Color information

#81B67A (or 0x81B67A) is unknown color: approx De York. HEX triplet: 81, B6 and 7A. RGB value is (129,182,122). Sum of RGB (Red+Green+Blue) = 129+182+122=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #81B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B67A is #7E4985. Grayscale: #9F9F9F. Windows color (decimal): -8276358 or 8042113. OLE color: 8042113.

HSL color Cylindrical-coordinate representation of color #81B67A: hue angle of 113º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81B67A is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB129182122-
CMYK0.2900.330.29
HSL113º29.13%59.61%-
HSV(B)113º32.97%71.37%-
XYZ29.2939.5324.5-
YUV159.31106.94106.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=29.79%
G=42.03%
B=28.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291821220.2900.330.2911329.1359.61
Hex81B67A1D0211D711d3c
Octal20126617235041351613574
Binary1000000110110110111101011101010000111101111000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,182,122); }

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

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

 a { background-color: rgb(129,182,122); }

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

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

 span { border-color: rgb(129,182,122); }

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