Html Css Color HEX #85B58B Dark Sea Green

📋 copy color: '#85B58B'

red 133 ◦ green 181 ◦ blue 139

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

Shades of Dark Sea Green #85B58B

Tints of Dark Sea Green #85B58B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 29.36%
G = 39.96%
B = 30.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#85B58B (or 0x85B58B) is known color: Dark Sea Green. HEX triplet: 85, B5 and 8B. RGB value is (133,181,139). Sum of RGB (Red+Green+Blue) = 133+181+139=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #85B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B58B is #7A4A74. Grayscale: #A1A1A1. Windows color (decimal): -8014453 or 9155973. OLE color: 9155973.

HSL color Cylindrical-coordinate representation of color #85B58B: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B58B is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 139 -
CMYK 0.27 0 0.23 0.29
HSL 127.5º 0.24% 0.62% -
HSV(B) 127.5º 0.27% 0.71% -
XYZ 30.86 39.9 30.5 -
YUV 161.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 133 181 139 0.27 0 0.23 0.29 127.5 0.24 0.62
Hex 85 B5 8B 1B 0 17 1D 80 18 3E
Octal 205 265 213 33 0 27 35 200 30 76
Binary 10000101 10110101 10001011 11011 0 10111 11101 10000000 11000 111110

Color Harmonies of #85B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B58B

Black with #85B58B

Text Example


Text Example

White with #85B58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,139); }

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

background-color css

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

 a { background-color: rgb(133,181,139); }

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

border-color css

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

 span { border-color: rgb(133,181,139); }

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