#85A739

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

Shades of Sushi #85A739

Tints of Sushi #85A739

Color information

#85A739 (or 0x85A739) is unknown color: approx Sushi. HEX triplet: 85, A7 and 39. RGB value is (133,167,57). Sum of RGB (Red+Green+Blue) = 133+167+57=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #85A739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A739 is #7A58C6. Grayscale: #909090. Windows color (decimal): -8018119 or 3778437. OLE color: 3778437.

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

Color convert

RGB13316757-
CMYK0.2000.660.35
HSL78.55º49.11%43.92%-
HSV(B)78.55º65.87%65.49%-
XYZ24.2332.928.95-
YUV144.2978.74119.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 57 (22.66% from 255) = 15.97%
R=37.25%
G=46.78%
B=15.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167570.2000.660.3578.5549.1143.92
Hex85A73914042234f312c
Octal20524771240102431176154
Binary100001011010011111100110100010000101000111001111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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