#85A245

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

Shades of Sushi #85A245

Tints of Sushi #85A245

Color information

#85A245 (or 0x85A245) is unknown color: approx Sushi. HEX triplet: 85, A2 and 45. RGB value is (133,162,69). Sum of RGB (Red+Green+Blue) = 133+162+69=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #85A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A245 is #7A5DBA. Grayscale: #8F8F8F. Windows color (decimal): -8019387 or 4563589. OLE color: 4563589.

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

Color convert

RGB13316269-
CMYK0.1800.570.36
HSL78.71º40.26%45.29%-
HSV(B)78.71º57.41%63.53%-
XYZ23.6731.2610.42-
YUV142.7386.39121.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=36.54%
G=44.51%
B=18.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162690.1800.570.3678.7140.2645.29
Hex85A24512039244f282d
Octal20524210522071441175055
Binary100001011010001010001011001001110011001001001111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,69); }

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

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

 a { background-color: rgb(133,162,69); }

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

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

 span { border-color: rgb(133,162,69); }

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