Html Css Color HEX #85A046 Sushi

📋 copy color: '#85A046'

red 133 ◦ green 160 ◦ blue 70

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

Shades of Sushi #85A046

Tints of Sushi #85A046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 36.64%
G = 44.08%
B = 19.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#85A046 (or 0x85A046) is known color: Sushi. HEX triplet: 85, A0 and 46. RGB value is (133,160,70). Sum of RGB (Red+Green+Blue) = 133+160+70=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #85A046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A046 is #7A5FB9. Grayscale: #8D8D8D. Windows color (decimal): -8019898 or 4628613. OLE color: 4628613.

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

Color convert

RGB 133 160 70 -
CMYK 0.17 0 0.56 0.37
HSL 78º 0.39% 0.45% -
HSV(B) 78º 0.56% 0.63% -
XYZ 23.35 30.57 10.46 -
YUV 141.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 133 160 70 0.17 0 0.56 0.37 78 0.39 0.45
Hex 85 A0 46 11 0 38 25 4E 27 2D
Octal 205 240 106 21 0 70 45 116 47 55
Binary 10000101 10100000 1000110 10001 0 111000 100101 1001110 100111 101101

Color Harmonies of #85A046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A046

Black with #85A046

Text Example


Text Example

White with #85A046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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