#85A135

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

Shades of Sushi #85A135

Tints of Sushi #85A135

Color information

#85A135 (or 0x85A135) is unknown color: approx Sushi. HEX triplet: 85, A1 and 35. RGB value is (133,161,53). Sum of RGB (Red+Green+Blue) = 133+161+53=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #85A135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A135 is #7A5ECA. Grayscale: #8C8C8C. Windows color (decimal): -8019659 or 3514757. OLE color: 3514757.

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

Color convert

RGB13316153-
CMYK0.1700.670.37
HSL75.56º50.47%41.96%-
HSV(B)75.56º67.08%63.14%-
XYZ23.0630.738.08-
YUV140.3278.72122.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=38.33%
G=46.40%
B=15.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133161530.1700.670.3775.5650.4741.96
Hex85A13511043254c322a
Octal20524165210103451146252
Binary100001011010000111010110001010000111001011001100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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