#6F9240

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

Shades of Sushi #6F9240

Tints of Sushi #6F9240

Color information

#6F9240 (or 0x6F9240) is unknown color: approx Sushi. HEX triplet: 6F, 92 and 40. RGB value is (111,146,64). Sum of RGB (Red+Green+Blue) = 111+146+64=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9240 is #906DBF. Grayscale: #7E7E7E. Windows color (decimal): -9465280 or 4231791. OLE color: 4231791.

HSL color Cylindrical-coordinate representation of color #6F9240: hue angle of 85.61º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F9240 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB11114664-
CMYK0.2400.560.43
HSL85.61º39.05%41.18%-
HSV(B)85.61º56.16%57.25%-
XYZ17.7624.318.61-
YUV126.1992.9117.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=34.58%
G=45.48%
B=19.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111146640.2400.560.4385.6139.0541.18
Hex6F9240180382B562729
Octal15722210030070531264751
Binary11011111001001010000001100001110001010111010110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,146,64); }

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

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

 a { background-color: rgb(111,146,64); }

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

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

 span { border-color: rgb(111,146,64); }

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