#6FAA35

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

Shades of Sushi #6FAA35

Tints of Sushi #6FAA35

Color information

#6FAA35 (or 0x6FAA35) is unknown color: approx Sushi. HEX triplet: 6F, AA and 35. RGB value is (111,170,53). Sum of RGB (Red+Green+Blue) = 111+170+53=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA35 is #9055CA. Grayscale: #8B8B8B. Windows color (decimal): -9459147 or 3517039. OLE color: 3517039.

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

Color convert

RGB11117053-
CMYK0.3500.690.33
HSL90.26º52.47%43.73%-
HSV(B)90.26º68.82%66.67%-
XYZ21.5732.398.48-
YUV139.0279.45108.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 170 (66.80% from 255) = 50.90%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=33.23%
G=50.90%
B=15.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111170530.3500.690.3390.2652.4743.73
Hex6FAA3523045215a342c
Octal15725265430105411326454
Binary110111110101010110101100011010001011000011011010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,170,53); }

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

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

 a { background-color: rgb(111,170,53); }

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

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

 span { border-color: rgb(111,170,53); }

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