#6FA432

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

Shades of Sushi #6FA432

Tints of Sushi #6FA432

Color information

#6FA432 (or 0x6FA432) is unknown color: approx Sushi. HEX triplet: 6F, A4 and 32. RGB value is (111,164,50). Sum of RGB (Red+Green+Blue) = 111+164+50=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA432 is #905BCD. Grayscale: #878787. Windows color (decimal): -9460686 or 3318895. OLE color: 3318895.

HSL color Cylindrical-coordinate representation of color #6FA432: hue angle of 87.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FA432 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB11116450-
CMYK0.3200.700.36
HSL87.89º53.27%41.96%-
HSV(B)87.89º69.51%64.31%-
XYZ20.4130.167.76-
YUV135.1679.94110.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 164 (64.45% from 255) = 50.46%
BLUE value IS 50 (19.92% from 255) = 15.38%
R=34.15%
G=50.46%
B=15.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111164500.3200.700.3687.8953.2741.96
Hex6FA432200462458352a
Octal15724462400106441306552
Binary110111110100100110010100000010001101001001011000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,164,50); }

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

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

 a { background-color: rgb(111,164,50); }

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

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

 span { border-color: rgb(111,164,50); }

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