Html Css Color HEX #85A240 Sushi

📋 copy color: '#85A240'

red 133 ◦ green 162 ◦ blue 64

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

Shades of Sushi #85A240

Tints of Sushi #85A240

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 value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#85A240 (or 0x85A240) is known color: 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

RGB 133 162 64 -
CMYK 0.18 0 0.60 0.36
HSL 77.76º 0.43% 0.44% -
HSV(B) 77.76º 0.6% 0.64% -
XYZ 23.52 31.2 9.63 -
YUV 142.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 133 162 64 0.18 0 0.60 0.36 77.76 0.43 0.44
Hex 85 A2 40 12 0 3C 24 4E 2B 2C
Octal 205 242 100 22 0 74 44 116 53 54
Binary 10000101 10100010 1000000 10010 0 111100 100100 1001110 101011 101100

Color Harmonies of #85A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A240

Black with #85A240

Text Example


Text Example

White with #85A240

Text Example


Text Example

HTML Codes & Css Web 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>