#6FA13C

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

Shades of Sushi #6FA13C

Tints of Sushi #6FA13C

Color information

#6FA13C (or 0x6FA13C) is unknown color: approx Sushi. HEX triplet: 6F, A1 and 3C. RGB value is (111,161,60). Sum of RGB (Red+Green+Blue) = 111+161+60=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA13C is #905EC3. Grayscale: #868686. Windows color (decimal): -9461444 or 3973487. OLE color: 3973487.

HSL color Cylindrical-coordinate representation of color #6FA13C: hue angle of 89.7º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FA13C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB11116160-
CMYK0.3100.630.37
HSL89.7º45.7%43.33%-
HSV(B)89.7º62.73%63.14%-
XYZ20.1229.28.85-
YUV134.5485.94111.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.43%
GREEN value IS 161 (63.28% from 255) = 48.49%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=33.43%
G=48.49%
B=18.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111161600.3100.630.3789.745.743.33
Hex6FA13C1F03F255a2e2b
Octal1572417437077451325653
Binary1101111101000011111001111101111111001011011010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,161,60); }

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

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

 a { background-color: rgb(111,161,60); }

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

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

 span { border-color: rgb(111,161,60); }

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