#6FA331

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

Shades of Sushi #6FA331

Tints of Sushi #6FA331

Color information

#6FA331 (or 0x6FA331) is unknown color: approx Sushi. HEX triplet: 6F, A3 and 31. RGB value is (111,163,49). Sum of RGB (Red+Green+Blue) = 111+163+49=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA331 is #905CCE. Grayscale: #868686. Windows color (decimal): -9460943 or 3253103. OLE color: 3253103.

HSL color Cylindrical-coordinate representation of color #6FA331: hue angle of 87.37º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FA331 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB11116349-
CMYK0.3200.700.36
HSL87.37º53.77%41.57%-
HSV(B)87.37º69.94%63.92%-
XYZ20.2129.87.59-
YUV134.4679.77111.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.37%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=34.37%
G=50.46%
B=15.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111163490.3200.700.3687.3753.7741.57
Hex6FA331200462457362a
Octal15724361400106441276652
Binary110111110100011110001100000010001101001001010111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FA331; }

 p { color: rgb(111,163,49); }

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

<style>
 a { background-color: #6FA331; }

 a { background-color: rgb(111,163,49); }

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

<style>
 span { border-color: #6FA331; }

 span { border-color: rgb(111,163,49); }

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