#81B07D

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

Shades of Dark Sea Green #81B07D

Tints of Dark Sea Green #81B07D

Color information

#81B07D (or 0x81B07D) is unknown color: approx Dark Sea Green. HEX triplet: 81, B0 and 7D. RGB value is (129,176,125). Sum of RGB (Red+Green+Blue) = 129+176+125=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #81B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B07D is #7E4F82. Grayscale: #9C9C9C. Windows color (decimal): -8277891 or 8237185. OLE color: 8237185.

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

Color convert

RGB129176125-
CMYK0.2700.290.31
HSL115.29º24.4%59.02%-
HSV(B)115.29º28.98%69.02%-
XYZ28.2837.225.09-
YUV156.13110.43108.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=30%
G=40.93%
B=29.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291761250.2700.290.31115.2924.459.02
Hex81B07D1B01D1F73183b
Octal20126017533035371633073
Binary100000011011000011111011101101110111111111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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