#85A540

Color #85A540 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #85A540

Tints of Sushi #85A540

Color information

#85A540 (or 0x85A540) is unknown color: approx Sushi. HEX triplet: 85, A5 and 40. RGB value is (133,165,64). Sum of RGB (Red+Green+Blue) = 133+165+64=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #85A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A540 is #7A5ABF. Grayscale: #909090. Windows color (decimal): -8018624 or 4236677. OLE color: 4236677.

HSL color Cylindrical-coordinate representation of color #85A540: hue angle of 79.01º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85A540 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB13316564-
CMYK0.1900.610.35
HSL79.01º44.1%44.9%-
HSV(B)79.01º61.21%64.71%-
XYZ24.0532.279.81-
YUV143.9282.9120.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 165 (64.84% from 255) = 45.58%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=36.74%
G=45.58%
B=17.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165640.1900.610.3579.0144.144.9
Hex85A5401303D234f2c2d
Octal20524510023075431175455
Binary100001011010010110000001001101111011000111001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,165,64); }

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

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

 a { background-color: rgb(133,165,64); }

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

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

 span { border-color: rgb(133,165,64); }

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