#81B07F

Color #81B07F Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #81B07F

Tints of Dark Sea Green #81B07F

Color information

#81B07F (or 0x81B07F) is unknown color: approx Dark Sea Green. HEX triplet: 81, B0 and 7F. RGB value is (129,176,127). Sum of RGB (Red+Green+Blue) = 129+176+127=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #81B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B07F is #7E4F80. Grayscale: #9C9C9C. Windows color (decimal): -8277889 or 8368257. OLE color: 8368257.

HSL color Cylindrical-coordinate representation of color #81B07F: hue angle of 117.55º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B07F is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB129176127-
CMYK0.2700.280.31
HSL117.55º23.67%59.41%-
HSV(B)117.55º27.84%69.02%-
XYZ28.4137.2525.77-
YUV156.36111.43108.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.86%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 127 (50% from 255) = 29.40%
R=29.86%
G=40.74%
B=29.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291761270.2700.280.31117.5523.6759.41
Hex81B07F1B01C1F76183b
Octal20126017733034371663073
Binary100000011011000011111111101101110011111111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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