Html Css Color HEX #85A139 Sushi

📋 copy color: '#85A139'

red 133 ◦ green 161 ◦ blue 57

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

Shades of Sushi #85A139

Tints of Sushi #85A139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.87%

 BLUE value IS 57 (22.66% from 255) = 16.24%

R = 37.89%
G = 45.87%
B = 16.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#85A139 (or 0x85A139) is known color: Sushi. HEX triplet: 85, A1 and 39. RGB value is (133,161,57). Sum of RGB (Red+Green+Blue) = 133+161+57=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #85A139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A139 is #7A5EC6. Grayscale: #8D8D8D. Windows color (decimal): -8019655 or 3776901. OLE color: 3776901.

HSL color Cylindrical-coordinate representation of color #85A139: hue angle of 76.15º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85A139 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 57 -
CMYK 0.17 0 0.65 0.37
HSL 76.15º 0.48% 0.43% -
HSV(B) 76.15º 0.65% 0.63% -
XYZ 23.16 30.77 8.59 -
YUV 140.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 133 161 57 0.17 0 0.65 0.37 76.15 0.48 0.43
Hex 85 A1 39 11 0 41 25 4C 30 2B
Octal 205 241 71 21 0 101 45 114 60 53
Binary 10000101 10100001 111001 10001 0 1000001 100101 1001100 110000 101011

Color Harmonies of #85A139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A139

Black with #85A139

Text Example


Text Example

White with #85A139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,57); }

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

background-color css

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

 a { background-color: rgb(133,161,57); }

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

border-color css

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

 span { border-color: rgb(133,161,57); }

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