#8AA73E

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

Shades of Sushi #8AA73E

Tints of Sushi #8AA73E

Color information

#8AA73E (or 0x8AA73E) is unknown color: approx Sushi. HEX triplet: 8A, A7 and 3E. RGB value is (138,167,62). Sum of RGB (Red+Green+Blue) = 138+167+62=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA73E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA73E is #7558C1. Grayscale: #929292. Windows color (decimal): -7690434 or 4106122. OLE color: 4106122.

HSL color Cylindrical-coordinate representation of color #8AA73E: hue angle of 76.57º 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 #8AA73E is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB13816762-
CMYK0.1700.630.35
HSL76.57º45.85%44.9%-
HSV(B)76.57º62.87%65.49%-
XYZ25.1733.399.68-
YUV146.3680.39122.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 167 (65.62% from 255) = 45.50%
BLUE value IS 62 (24.61% from 255) = 16.89%
R=37.60%
G=45.50%
B=16.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167620.1700.630.3576.5745.8544.9
Hex8AA73E1103F234d2e2d
Octal2122477621077431155655
Binary10001010101001111111101000101111111000111001101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA73E; }

 p { color: rgb(138,167,62); }

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

<style>
 a { background-color: #8AA73E; }

 a { background-color: rgb(138,167,62); }

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

<style>
 span { border-color: #8AA73E; }

 span { border-color: rgb(138,167,62); }

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