#85A73A

Color #85A73A Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #85A73A

Tints of Sushi #85A73A

Color information

#85A73A (or 0x85A73A) is unknown color: approx Sushi. HEX triplet: 85, A7 and 3A. RGB value is (133,167,58). Sum of RGB (Red+Green+Blue) = 133+167+58=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #85A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A73A is #7A58C5. Grayscale: #909090. Windows color (decimal): -8018118 or 3843973. OLE color: 3843973.

HSL color Cylindrical-coordinate representation of color #85A73A: hue angle of 78.72º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85A73A is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB13316758-
CMYK0.2000.650.35
HSL78.72º48.44%44.12%-
HSV(B)78.72º65.27%65.49%-
XYZ24.2632.939.08-
YUV144.4179.24119.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 167 (65.62% from 255) = 46.65%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=37.15%
G=46.65%
B=16.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167580.2000.650.3578.7248.4444.12
Hex85A73A14041234f302c
Octal20524772240101431176054
Binary100001011010011111101010100010000011000111001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,167,58); }

 H1.HeaderClassName
 {
   color: #85A73A;
 }
 .AnyTagClassName
 {
   color: #85A73A;
 }
</style>
background-color css

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

 a { background-color: rgb(133,167,58); }

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

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

 span { border-color: rgb(133,167,58); }

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