Html Css Color HEX #85B381 Dark Sea Green

📋 copy color: '#85B381'

red 133 ◦ green 179 ◦ blue 129

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

Shades of Dark Sea Green #85B381

Tints of Dark Sea Green #85B381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 30.16%
G = 40.59%
B = 29.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#85B381 (or 0x85B381) is known color: Dark Sea Green. HEX triplet: 85, B3 and 81. RGB value is (133,179,129). Sum of RGB (Red+Green+Blue) = 133+179+129=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #85B381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B381 is #7A4C7E. Grayscale: #9F9F9F. Windows color (decimal): -8014975 or 8500101. OLE color: 8500101.

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

Color convert

RGB 133 179 129 -
CMYK 0.26 0 0.28 0.30
HSL 115.2º 0.25% 0.6% -
HSV(B) 115.2º 0.28% 0.7% -
XYZ 29.76 38.81 26.69 -
YUV 159.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 133 179 129 0.26 0 0.28 0.30 115.2 0.25 0.6
Hex 85 B3 81 1A 0 1C 1E 73 19 3C
Octal 205 263 201 32 0 34 36 163 31 74
Binary 10000101 10110011 10000001 11010 0 11100 11110 1110011 11001 111100

Color Harmonies of #85B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B381

Black with #85B381

Text Example


Text Example

White with #85B381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,129); }

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

background-color css

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

 a { background-color: rgb(133,179,129); }

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

border-color css

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

 span { border-color: rgb(133,179,129); }

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