#84A73D

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

Shades of Sushi #84A73D

Tints of Sushi #84A73D

Color information

#84A73D (or 0x84A73D) is unknown color: approx Sushi. HEX triplet: 84, A7 and 3D. RGB value is (132,167,61). Sum of RGB (Red+Green+Blue) = 132+167+61=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #84A73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A73D is #7B58C2. Grayscale: #909090. Windows color (decimal): -8083651 or 4040580. OLE color: 4040580.

HSL color Cylindrical-coordinate representation of color #84A73D: hue angle of 79.81º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84A73D is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB13216761-
CMYK0.2100.630.35
HSL79.81º46.49%44.71%-
HSV(B)79.81º63.47%65.49%-
XYZ24.1832.889.49-
YUV144.4580.9119.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 167 (65.62% from 255) = 46.39%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=36.67%
G=46.39%
B=16.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132167610.2100.630.3579.8146.4944.71
Hex84A73D1503F23502e2d
Octal2042477525077431205655
Binary10000100101001111111011010101111111000111010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A73D; }

 p { color: rgb(132,167,61); }

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

<style>
 a { background-color: #84A73D; }

 a { background-color: rgb(132,167,61); }

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

<style>
 span { border-color: #84A73D; }

 span { border-color: rgb(132,167,61); }

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