Html Css Color HEX #85A140 Sushi

📋 copy color: '#85A140'

red 133 ◦ green 161 ◦ blue 64

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

Shades of Sushi #85A140

Tints of Sushi #85A140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

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

R = 37.15%
G = 44.97%
B = 17.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#85A140 (or 0x85A140) is known color: Sushi. HEX triplet: 85, A1 and 40. RGB value is (133,161,64). Sum of RGB (Red+Green+Blue) = 133+161+64=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #85A140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A140 is #7A5EBF. Grayscale: #8D8D8D. Windows color (decimal): -8019648 or 4235653. OLE color: 4235653.

HSL color Cylindrical-coordinate representation of color #85A140: hue angle of 77.32º 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 #85A140 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 64 -
CMYK 0.17 0 0.60 0.37
HSL 77.32º 0.43% 0.44% -
HSV(B) 77.32º 0.6% 0.63% -
XYZ 23.34 30.85 9.57 -
YUV 141.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 133 161 64 0.17 0 0.60 0.37 77.32 0.43 0.44
Hex 85 A1 40 11 0 3C 25 4D 2B 2C
Octal 205 241 100 21 0 74 45 115 53 54
Binary 10000101 10100001 1000000 10001 0 111100 100101 1001101 101011 101100

Color Harmonies of #85A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A140

Black with #85A140

Text Example


Text Example

White with #85A140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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