#85A737

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

Shades of Sushi #85A737

Tints of Sushi #85A737

Color information

#85A737 (or 0x85A737) is unknown color: approx Sushi. HEX triplet: 85, A7 and 37. RGB value is (133,167,55). Sum of RGB (Red+Green+Blue) = 133+167+55=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #85A737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A737 is #7A58C8. Grayscale: #909090. Windows color (decimal): -8018121 or 3647365. OLE color: 3647365.

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

Color convert

RGB13316755-
CMYK0.2000.670.35
HSL78.21º50.45%43.53%-
HSV(B)78.21º67.07%65.49%-
XYZ24.1832.98.69-
YUV144.0777.74120.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 55 (21.88% from 255) = 15.49%
R=37.46%
G=47.04%
B=15.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167550.2000.670.3578.2150.4543.53
Hex85A73714043234e322c
Octal20524767240103431166254
Binary100001011010011111011110100010000111000111001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,167,55); }

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

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

 a { background-color: rgb(133,167,55); }

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

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

 span { border-color: rgb(133,167,55); }

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