Html Css Color HEX #81B07F Dark Sea Green

📋 copy color: '#81B07F'

red 129 ◦ green 176 ◦ blue 127

#81B07F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #81B07F

Tints of Dark Sea Green #81B07F

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.4%

R = 29.86%
G = 40.74%
B = 29.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#81B07F (or 0x81B07F) is known color: 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

RGB 129 176 127 -
CMYK 0.27 0 0.28 0.31
HSL 117.55º 0.24% 0.59% -
HSV(B) 117.55º 0.28% 0.69% -
XYZ 28.41 37.25 25.77 -
YUV 156.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 129 176 127 0.27 0 0.28 0.31 117.55 0.24 0.59
Hex 81 B0 7F 1B 0 1C 1F 76 18 3B
Octal 201 260 177 33 0 34 37 166 30 73
Binary 10000001 10110000 1111111 11011 0 11100 11111 1110110 11000 111011

Color Harmonies of #81B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B07F

Black with #81B07F

Text Example


Text Example

White with #81B07F

Text Example


Text Example

HTML Codes & Css Web 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>