#81B77F

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

Shades of De York #81B77F

Tints of De York #81B77F

Color information

#81B77F (or 0x81B77F) is unknown color: approx De York. HEX triplet: 81, B7 and 7F. RGB value is (129,183,127). Sum of RGB (Red+Green+Blue) = 129+183+127=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #81B77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B77F is #7E4880. Grayscale: #A0A0A0. Windows color (decimal): -8276097 or 8370049. OLE color: 8370049.

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

Color convert

RGB129183127-
CMYK0.3000.310.28
HSL117.86º28%60.78%-
HSV(B)117.86º30.6%71.76%-
XYZ29.8240.0726.24-
YUV160.47109.11105.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 127 (50% from 255) = 28.93%
R=29.38%
G=41.69%
B=28.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291831270.3000.310.28117.862860.78
Hex81B77F1E01F1C761c3d
Octal20126717736037341663475
Binary100000011011011111111111111001111111100111011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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