#6fa535

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

Shades of Sushi #6FA535

Tints of Sushi #6FA535

Color information

#6FA535 (or 0x6FA535) is unknown color: approx Sushi. HEX triplet: 6F, A5 and 35. RGB value is (111,165,53). Sum of RGB (Red+Green+Blue) = 111+165+53=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA535 is #905ACA. Grayscale: #888888. Windows color (decimal): -9460427 or 3515759. OLE color: 3515759.

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

Color convert

RGB11116553-
CMYK0.3300.680.35
HSL88.93º51.38%42.75%-
HSV(B)88.93º67.88%64.71%-
XYZ20.6530.558.18-
YUV136.0981.11110.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.74%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=33.74%
G=50.15%
B=16.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111165530.3300.680.3588.9351.3842.75
Hex6FA535210442359332b
Octal15724565410104431316353
Binary110111110100101110101100001010001001000111011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fa535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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