Html Css Color HEX #85A245 Sushi

📋 copy color: '#85A245'

red 133 ◦ green 162 ◦ blue 69

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

Shades of Sushi #85A245

Tints of Sushi #85A245

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.51%

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 36.54%
G = 44.51%
B = 18.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#85A245 (or 0x85A245) is known color: Sushi. HEX triplet: 85, A2 and 45. RGB value is (133,162,69). Sum of RGB (Red+Green+Blue) = 133+162+69=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #85A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A245 is #7A5DBA. Grayscale: #8F8F8F. Windows color (decimal): -8019387 or 4563589. OLE color: 4563589.

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

Color convert

RGB 133 162 69 -
CMYK 0.18 0 0.57 0.36
HSL 78.71º 0.4% 0.45% -
HSV(B) 78.71º 0.57% 0.64% -
XYZ 23.67 31.26 10.42 -
YUV 142.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 133 162 69 0.18 0 0.57 0.36 78.71 0.4 0.45
Hex 85 A2 45 12 0 39 24 4F 28 2D
Octal 205 242 105 22 0 71 44 117 50 55
Binary 10000101 10100010 1000101 10010 0 111001 100100 1001111 101000 101101

Color Harmonies of #85A245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A245

Black with #85A245

Text Example


Text Example

White with #85A245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,69); }

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

background-color css

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

 a { background-color: rgb(133,162,69); }

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

border-color css

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

 span { border-color: rgb(133,162,69); }

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