#6FA53C

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

Shades of Sushi #6FA53C

Tints of Sushi #6FA53C

Color information

#6FA53C (or 0x6FA53C) is unknown color: approx Sushi. HEX triplet: 6F, A5 and 3C. RGB value is (111,165,60). Sum of RGB (Red+Green+Blue) = 111+165+60=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA53C is #905AC3. Grayscale: #898989. Windows color (decimal): -9460420 or 3974511. OLE color: 3974511.

HSL color Cylindrical-coordinate representation of color #6FA53C: hue angle of 90.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FA53C is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB11116560-
CMYK0.3300.640.35
HSL90.86º46.67%44.12%-
HSV(B)90.86º63.64%64.71%-
XYZ20.8330.629.09-
YUV136.8884.61109.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 165 (64.84% from 255) = 49.11%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=33.04%
G=49.11%
B=17.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111165600.3300.640.3590.8646.6744.12
Hex6FA53C21040235b2f2c
Octal15724574410100431335754
Binary110111110100101111100100001010000001000111011011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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