#85a240

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

Shades of Sushi #85A240

Tints of Sushi #85A240

Color information

#85A240 (or 0x85A240) is unknown color: approx Sushi. HEX triplet: 85, A2 and 40. RGB value is (133,162,64). Sum of RGB (Red+Green+Blue) = 133+162+64=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #85A240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A240 is #7A5DBF. Grayscale: #8E8E8E. Windows color (decimal): -8019392 or 4235909. OLE color: 4235909.

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

Color convert

RGB13316264-
CMYK0.1800.600.36
HSL77.76º43.36%44.31%-
HSV(B)77.76º60.49%63.53%-
XYZ23.5231.29.63-
YUV142.1683.89121.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=37.05%
G=45.13%
B=17.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162640.1800.600.3677.7643.3644.31
Hex85A2401203C244e2b2c
Octal20524210022074441165354
Binary100001011010001010000001001001111001001001001110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85a240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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