Html Css Color HEX #85B27D Dark Sea Green

📋 copy color: '#85B27D'

red 133 ◦ green 178 ◦ blue 125

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

Shades of Dark Sea Green #85B27D

Tints of Dark Sea Green #85B27D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 30.5%
G = 40.83%
B = 28.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#85B27D (or 0x85B27D) is known color: Dark Sea Green. HEX triplet: 85, B2 and 7D. RGB value is (133,178,125). Sum of RGB (Red+Green+Blue) = 133+178+125=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #85B27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B27D is #7A4D82. Grayscale: #9E9E9E. Windows color (decimal): -8015235 or 8237701. OLE color: 8237701.

HSL color Cylindrical-coordinate representation of color #85B27D: hue angle of 110.94º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B27D is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 178 125 -
CMYK 0.25 0 0.30 0.30
HSL 110.94º 0.26% 0.59% -
HSV(B) 110.94º 0.3% 0.7% -
XYZ 29.29 38.31 25.25 -
YUV 158.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 133 178 125 0.25 0 0.30 0.30 110.94 0.26 0.59
Hex 85 B2 7D 19 0 1E 1E 6F 1A 3B
Octal 205 262 175 31 0 36 36 157 32 73
Binary 10000101 10110010 1111101 11001 0 11110 11110 1101111 11010 111011

Color Harmonies of #85B27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B27D

Black with #85B27D

Text Example


Text Example

White with #85B27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,178,125); }

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

background-color css

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

 a { background-color: rgb(133,178,125); }

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

border-color css

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

 span { border-color: rgb(133,178,125); }

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