Html Css Color HEX #85A040 Sushi

📋 copy color: '#85A040'

red 133 ◦ green 160 ◦ blue 64

#85A040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #85A040

Tints of Sushi #85A040

RGB

 RED value IS 133 (52.34% from 255) = 37.25%

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 37.25%
G = 44.82%
B = 17.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#85A040 (or 0x85A040) is known color: Sushi. HEX triplet: 85, A0 and 40. RGB value is (133,160,64). Sum of RGB (Red+Green+Blue) = 133+160+64=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #85A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A040 is #7A5FBF. Grayscale: #8D8D8D. Windows color (decimal): -8019904 or 4235397. OLE color: 4235397.

HSL color Cylindrical-coordinate representation of color #85A040: hue angle of 76.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85A040 is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 160 64 -
CMYK 0.17 0 0.6 0.37
HSL 76.88º 0.43% 0.44% -
HSV(B) 76.88º 0.6% 0.63% -
XYZ 23.17 30.5 9.52 -
YUV 140.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 133 160 64 0.17 0 0.6 0.37 76.88 0.43 0.44
Hex 85 A0 40 11 0 3C 25 4D 2B 2C
Octal 205 240 100 21 0 74 45 115 53 54
Binary 10000101 10100000 1000000 10001 0 111100 100101 1001101 101011 101100

Color Harmonies of #85A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A040

Black with #85A040

Text Example


Text Example

White with #85A040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85A040;
 }
 .AnyTagClassName
 {
   color: #85A040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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