#85B67D

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

Shades of Dark Sea Green #85B67D

Tints of Dark Sea Green #85B67D

Color information

#85B67D (or 0x85B67D) is unknown color: approx Dark Sea Green. HEX triplet: 85, B6 and 7D. RGB value is (133,182,125). Sum of RGB (Red+Green+Blue) = 133+182+125=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #85B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B67D is #7A4982. Grayscale: #A1A1A1. Windows color (decimal): -8014211 or 8238725. OLE color: 8238725.

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

Color convert

RGB133182125-
CMYK0.2700.310.29
HSL111.58º28.08%60.2%-
HSV(B)111.58º31.32%71.37%-
XYZ30.139.9225.52-
YUV160.85107.77108.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=30.23%
G=41.36%
B=28.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331821250.2700.310.29111.5828.0860.2
Hex85B67D1B01F1D701c3c
Octal20526617533037351603474
Binary100001011011011011111011101101111111101111000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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