#85A742

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

Shades of Sushi #85A742

Tints of Sushi #85A742

Color information

#85A742 (or 0x85A742) is unknown color: approx Sushi. HEX triplet: 85, A7 and 42. RGB value is (133,167,66). Sum of RGB (Red+Green+Blue) = 133+167+66=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #85A742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A742 is #7A58BD. Grayscale: #919191. Windows color (decimal): -8018110 or 4368261. OLE color: 4368261.

HSL color Cylindrical-coordinate representation of color #85A742: hue angle of 80.2º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85A742 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB13316766-
CMYK0.2000.600.35
HSL80.2º43.35%45.69%-
HSV(B)80.2º60.48%65.49%-
XYZ24.4733.0210.24-
YUV145.3283.24119.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 167 (65.62% from 255) = 45.63%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=36.34%
G=45.63%
B=18.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167660.2000.600.3580.243.3545.69
Hex85A7421403C23502b2e
Octal20524710224074431205356
Binary100001011010011110000101010001111001000111010000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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