#6FA731

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

Shades of Sushi #6FA731

Tints of Sushi #6FA731

Color information

#6FA731 (or 0x6FA731) is unknown color: approx Sushi. HEX triplet: 6F, A7 and 31. RGB value is (111,167,49). Sum of RGB (Red+Green+Blue) = 111+167+49=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA731 is #9058CE. Grayscale: #898989. Windows color (decimal): -9459919 or 3254127. OLE color: 3254127.

HSL color Cylindrical-coordinate representation of color #6FA731: hue angle of 88.47º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FA731 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB11116749-
CMYK0.3400.710.35
HSL88.47º54.63%42.35%-
HSV(B)88.47º70.66%65.49%-
XYZ20.9331.247.83-
YUV136.878.45109.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 167 (65.62% from 255) = 51.07%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=33.94%
G=51.07%
B=14.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111167490.3400.710.3588.4754.6342.35
Hex6FA731220472358372a
Octal15724761420107431306752
Binary110111110100111110001100010010001111000111011000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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