Html Css Color HEX #85B07F Dark Sea Green

📋 copy color: '#85B07F'

red 133 ◦ green 176 ◦ blue 127

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

Shades of Dark Sea Green #85B07F

Tints of Dark Sea Green #85B07F

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

 GREEN value IS 176 (69.14% from 255) = 40.37%

 BLUE value IS 127 (50% from 255) = 29.13%

R = 30.5%
G = 40.37%
B = 29.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#85B07F (or 0x85B07F) is known color: Dark Sea Green. HEX triplet: 85, B0 and 7F. RGB value is (133,176,127). Sum of RGB (Red+Green+Blue) = 133+176+127=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #85B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B07F is #7A4F80. Grayscale: #9D9D9D. Windows color (decimal): -8015745 or 8368261. OLE color: 8368261.

HSL color Cylindrical-coordinate representation of color #85B07F: hue angle of 112.65º 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 #85B07F is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 176 127 -
CMYK 0.24 0 0.28 0.31
HSL 112.65º 0.24% 0.59% -
HSV(B) 112.65º 0.28% 0.69% -
XYZ 29.03 37.57 25.8 -
YUV 157.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 133 176 127 0.24 0 0.28 0.31 112.65 0.24 0.59
Hex 85 B0 7F 18 0 1C 1F 71 18 3B
Octal 205 260 177 30 0 34 37 161 30 73
Binary 10000101 10110000 1111111 11000 0 11100 11111 1110001 11000 111011

Color Harmonies of #85B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B07F

Black with #85B07F

Text Example


Text Example

White with #85B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B07F;
 }
 .AnyTagClassName
 {
   color: #85B07F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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