#85A340

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

Shades of Sushi #85A340

Tints of Sushi #85A340

Color information

#85A340 (or 0x85A340) is unknown color: approx Sushi. HEX triplet: 85, A3 and 40. RGB value is (133,163,64). Sum of RGB (Red+Green+Blue) = 133+163+64=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #85A340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A340 is #7A5CBF. Grayscale: #8F8F8F. Windows color (decimal): -8019136 or 4236165. OLE color: 4236165.

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

Color convert

RGB13316364-
CMYK0.1800.610.36
HSL78.18º43.61%44.51%-
HSV(B)78.18º60.74%63.92%-
XYZ23.731.559.69-
YUV142.7483.56121.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 163 (64.06% from 255) = 45.28%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=36.94%
G=45.28%
B=17.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133163640.1800.610.3678.1843.6144.51
Hex85A3401203D244e2c2d
Octal20524310022075441165455
Binary100001011010001110000001001001111011001001001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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