#6FA631

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

Shades of Sushi #6FA631

Tints of Sushi #6FA631

Color information

#6FA631 (or 0x6FA631) is unknown color: approx Sushi. HEX triplet: 6F, A6 and 31. RGB value is (111,166,49). Sum of RGB (Red+Green+Blue) = 111+166+49=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA631 is #9059CE. Grayscale: #888888. Windows color (decimal): -9460175 or 3253871. OLE color: 3253871.

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

Color convert

RGB11116649-
CMYK0.3300.700.35
HSL88.21º54.42%42.16%-
HSV(B)88.21º70.48%65.1%-
XYZ20.7530.877.77-
YUV136.2278.78110.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=34.05%
G=50.92%
B=15.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111166490.3300.700.3588.2154.4242.16
Hex6FA631210462358362a
Octal15724661410106431306652
Binary110111110100110110001100001010001101000111011000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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