Html Css Color HEX #85A342 Sushi

📋 copy color: '#85A342'

red 133 ◦ green 163 ◦ blue 66

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

Shades of Sushi #85A342

Tints of Sushi #85A342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.03%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 36.74%
G = 45.03%
B = 18.23%

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

#85A342 (or 0x85A342) is known color: Sushi. HEX triplet: 85, A3 and 42. RGB value is (133,163,66). Sum of RGB (Red+Green+Blue) = 133+163+66=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #85A342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A342 is #7A5CBD. Grayscale: #8F8F8F. Windows color (decimal): -8019134 or 4367237. OLE color: 4367237.

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

Color convert

RGB 133 163 66 -
CMYK 0.18 0 0.60 0.36
HSL 78.56º 0.42% 0.45% -
HSV(B) 78.56º 0.6% 0.64% -
XYZ 23.75 31.57 10 -
YUV 142.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 133 163 66 0.18 0 0.60 0.36 78.56 0.42 0.45
Hex 85 A3 42 12 0 3C 24 4F 2A 2D
Octal 205 243 102 22 0 74 44 117 52 55
Binary 10000101 10100011 1000010 10010 0 111100 100100 1001111 101010 101101

Color Harmonies of #85A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A342

Black with #85A342

Text Example


Text Example

White with #85A342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,163,66); }

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

background-color css

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

 a { background-color: rgb(133,163,66); }

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

border-color css

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

 span { border-color: rgb(133,163,66); }

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